mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 07:46:53 +00:00
25 lines
397 B
Plaintext
25 lines
397 B
Plaintext
{
|
|
"node": true,
|
|
"browser": true,
|
|
"esnext": true,
|
|
"bitwise": true,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
// "indent": 2,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"quotmark": "single",
|
|
"regexp": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"strict": true,
|
|
"trailing": true,
|
|
"smarttabs": true,
|
|
"globals": {
|
|
"angular": false
|
|
}
|
|
}
|