update dotfile.

This commit is contained in:
2019-01-09 23:05:37 +08:00
parent 126228e7bc
commit ddaea8eb77
5 changed files with 81 additions and 70 deletions

View File

@@ -1,18 +1,19 @@
{
"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",
"wrap-iife": ["error", "any"],
"react/jsx-filename-extension": "off"
}
"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"
}
}