mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
17 lines
319 B
JSON
17 lines
319 B
JSON
{
|
|
"rules": {
|
|
"indent": ["error", "tab"],
|
|
"quotes": ["error", "double"],
|
|
"max-len": ["error", 250],
|
|
"curly": "error",
|
|
"camelcase": ["error", {"properties": "never"}],
|
|
"no-trailing-spaces": ["error"],
|
|
"no-irregular-whitespace": ["error"]
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true
|
|
}
|
|
}
|