peertube-plugin-livechat/.eslintrc.json

10 lines
202 B
JSON
Raw Normal View History

2021-02-20 10:55:00 +00:00
{
"root": true,
"env": {},
"extends": [],
2021-02-20 10:55:00 +00:00
"globals": {},
"plugins": [],
2021-11-08 15:35:26 +00:00
"ignorePatterns": ["node_modules/", "dist/", "webpack.config.js", "build/", "vendor/"],
"rules": {}
2021-02-20 10:55:00 +00:00
}