20 lines
446 B
JSON
20 lines
446 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"extends": "airbnb",
|
|
"rules": {
|
|
"comma-dangle": [2, "never"],
|
|
"spaced-comment": "off",
|
|
"quotes": "off",
|
|
"indent": "off",
|
|
"func-names": "off",
|
|
"no-console": "off",
|
|
"no-plusplus": "off",
|
|
"no-param-reassign": "off",
|
|
"wrap-iife": ["error", "any"],
|
|
"react/jsx-filename-extension": "off"
|
|
}
|
|
}
|