@jsmlt/jsmlt
Version:
JavaScript Machine Learning
23 lines • 476 B
JSON
{
"extends": "airbnb-base",
"plugins": [
"import"
],
"env": {
"jquery": true,
"browser": true,
"es6": true
},
"parser": "babel-eslint",
"rules": {
"no-mixed-operators": "off",
"no-restricted-syntax": "off",
"no-continue": "off",
"comma-dangle": "off",
"no-constant-condition": "off",
"class-methods-use-this": "off",
"no-unused-vars": "off",
"prefer-destructuring": "off",
"function-paren-newline": "off"
}
}