peertube-plugin-livechat/.eslintrc.json

10 lines
202 B
JSON
Raw Normal View History

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