mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 20:42:44 +00:00
Initial Commit
This commit is contained in:
30
ProjectNow/NodeServer/node_modules/mongodb-core/.eslintrc
generated
vendored
Normal file
30
ProjectNow/NodeServer/node_modules/mongodb-core/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"extends": [
|
||||
"eslint:recommended"
|
||||
],
|
||||
"env": {
|
||||
"node": true,
|
||||
"mocha": true,
|
||||
"es6": true
|
||||
},
|
||||
"globals": {
|
||||
"Promise": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017
|
||||
},
|
||||
"plugins": [
|
||||
"prettier"
|
||||
],
|
||||
"rules": {
|
||||
"prettier/prettier": ["error", {
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"printWidth": 100
|
||||
}],
|
||||
|
||||
"no-console": 0,
|
||||
"eqeqeq": ["error", "always", {"null": "ignore"}],
|
||||
"strict": ["error", "global"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user