reconfigure linting rules
parent
7b9d23d1b1
commit
a2215eff59
|
@ -1,6 +1,11 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"extends": "google",
|
'extends': 'google',
|
||||||
"parserOptions": {
|
'parserOptions': {
|
||||||
"ecmaVersion": 6
|
'ecmaVersion': 6
|
||||||
|
},
|
||||||
|
'rules': {
|
||||||
|
'max-len': [2, 120, 4, {
|
||||||
|
'ignoreUrls': true
|
||||||
|
}],
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue