conf: eslint: max-len

feature/2.0-sales-trade
Lei OT 2 years ago
parent 06e266c9c6
commit 4d1e2a2c16

@ -17,6 +17,7 @@
"react" "react"
], ],
"rules": { "rules": {
"max-len": [1, { "code": 200 }],
"no-useless-constructor": "off", "no-useless-constructor": "off",
"react/prop-types": "off", "react/prop-types": "off",
"eqeqeq": [1], "eqeqeq": [1],

@ -1,7 +1,7 @@
{ {
"tabWidth": 2, "tabWidth": 2,
"useTabs": false, "useTabs": false,
"printWidth": 120, "printWidth": 200,
"singleQuote": true, "singleQuote": true,
"quoteProps": "preserve", "quoteProps": "preserve",
"semi": true, "semi": true,

Loading…
Cancel
Save