mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
esl
This commit is contained in:
parent
978edf4d52
commit
c05c5ebb2a
@ -13,20 +13,43 @@
|
||||
"jest": true,
|
||||
"react-native/react-native": true
|
||||
},
|
||||
"plugins": ["react", "react-native", "jsx-a11y", "import", "prettier", "jest", "eslint-comments"],
|
||||
"plugins": [
|
||||
"react",
|
||||
"react-native",
|
||||
"jsx-a11y",
|
||||
"import",
|
||||
"prettier",
|
||||
"jest",
|
||||
"eslint-comments"
|
||||
],
|
||||
"rules": {
|
||||
"react/jsx-filename-extension": [
|
||||
2,
|
||||
{
|
||||
"extensions": [".js", ".jsx"]
|
||||
"extensions": [
|
||||
".js",
|
||||
".jsx"
|
||||
]
|
||||
}
|
||||
],
|
||||
"max-len": ["error", 100],
|
||||
"react/forbid-prop-types": [0],
|
||||
"max-len": [
|
||||
"error",
|
||||
100
|
||||
],
|
||||
"react/forbid-prop-types": [
|
||||
0
|
||||
],
|
||||
"no-underscore-dangle": 0,
|
||||
"react/require-default-props": [0],
|
||||
"global-require": [0],
|
||||
"func-names": ["error", "as-needed"],
|
||||
"react/require-default-props": [
|
||||
0
|
||||
],
|
||||
"global-require": [
|
||||
0
|
||||
],
|
||||
"func-names": [
|
||||
"error",
|
||||
"as-needed"
|
||||
],
|
||||
"linebreak-style": 0,
|
||||
"no-use-before-define": "off",
|
||||
"import/prefer-default-export": "off",
|
||||
@ -36,4 +59,4 @@
|
||||
"no-case-declarations": "off",
|
||||
"no-cycle": "off"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user