peertube-plugin-livechat/.eslintrc.json

10 lines
181 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": [],
"ignorePatterns": ["node_modules/", "dist/", "webpack.config.js"],
"rules": {}
2021-02-20 10:55:00 +00:00
}