mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"extends": "airbnb-base",
|
|
"plugins": [
|
|
"import"
|
|
],
|
|
"rules": {
|
|
"no-use-before-define": "off",
|
|
"arrow-parens": ["error", "as-needed"],
|
|
"no-shadow": "off",
|
|
"no-console": ["error", { "allow": ["warn", "error"] }]
|
|
}
|
|
}
|