mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
adds addon module
This commit is contained in:
29
addon/.eslintrc.json
Normal file
29
addon/.eslintrc.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"extends": "google",
|
||||
"env": {
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017
|
||||
},
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
"no-use-before-define": "off",
|
||||
"new-cap": "warn",
|
||||
"max-len": [2, 120, {
|
||||
"ignoreComments": true
|
||||
}],
|
||||
"object-curly-spacing": ["error", "always"],
|
||||
"comma-dangle": [
|
||||
"error",
|
||||
"only-multiline"
|
||||
],
|
||||
"newline-after-var": "off",
|
||||
"require-jsdoc": "off",
|
||||
"strict": [
|
||||
"error",
|
||||
"never"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user