You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"parser": "babel-eslint",
|
|
"extends": "airbnb-base",
|
|
"rules": {
|
|
"arrow-parens": [2, "as-needed"],
|
|
"curly": [2, "all"],
|
|
"no-param-reassign": 0,
|
|
"no-restricted-syntax": [
|
|
2,
|
|
"DebuggerStatement",
|
|
"LabeledStatement",
|
|
"WithStatement"
|
|
]
|
|
}
|
|
}
|