mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-17 13:15:00 +02:00
22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 8
|
|
},
|
|
"plugins": ["jasmine"],
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": true,
|
|
"es6": true,
|
|
"jasmine": true,
|
|
"node": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"indent": ["error",2],
|
|
"linebreak-style": ["error", "unix"],
|
|
"quotes": ["error", "single"],
|
|
"semi": ["error", "always"],
|
|
"no-console": "off"
|
|
}
|
|
}
|