-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.eslintrc
28 lines (28 loc) · 905 Bytes
/
.eslintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// {
// "extends": ["react-app", "airbnb", "prettier"],
// "rules": {
// "react/jsx-filename-extension": [1, { "extensions": [".js",".jsx"] }],
// "no-useless-escape": "off",
// "no-script-url": "off",
// "jsx-a11y/anchor-has-content": "off",
// "jsx-a11y/href-no-hash": "off",
// "jsx-a11y/anchor-is-valid": "off",
// "no-template-curly-in-string": "off",
// "react/prop-types": 0,
// "react/prefer-stateless-function": 0,
// "react/jsx-one-expression-per-line": 0,
// "linebreak-style": 0,
// "react/jsx-wrap-multilines": 0,
// "react/no-danger": 0,
// "react/forbid-prop-types": 0,
// "no-use-before-define": 0,
// "no-param-reassign": 0,
// "import/no-unresolved": 0,
// "no-console": 0
// },
// "parserOptions": {
// "ecmaFeatures": {
// "legacyDecorators": true
// }
// }
// }