ha-frontend/build-scripts/.eslintrc.json

13 lines
313 B
JSON
Raw Normal View History

2019-01-27 03:55:32 +01:00
{
"extends": "../.eslintrc.json",
"rules": {
"no-console": "off",
"import/no-extraneous-dependencies": "off",
"import/extensions": "off",
"import/no-dynamic-require": "off",
"global-require": "off",
"@typescript-eslint/no-var-requires": "off",
"prefer-arrow-callback": "off"
2019-01-27 03:55:32 +01:00
}
}