mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Update to latest @twipped/eslint-config
This commit is contained in:
12
build/.eslintrc.json
Normal file
12
build/.eslintrc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "../.eslintrc",
|
||||
"rules": {
|
||||
"import/no-extraneous-dependencies": [
|
||||
"error",
|
||||
{
|
||||
"devDependencies": true
|
||||
}
|
||||
],
|
||||
"import/no-dynamic-require": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user