conf: eslint: max-len

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

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

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

Loading…
Cancel
Save