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