mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|