mirror of
https://github.com/jakejarvis/dark-mode.git
synced 2025-04-25 09:35:21 -04:00
17 lines
263 B
JSON
17 lines
263 B
JSON
{
|
|
"extends": [
|
|
"@jakejarvis/eslint-config",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
],
|
|
"parser": "@typescript-eslint/parser",
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"ignorePatterns": [
|
|
"dist/**"
|
|
]
|
|
}
|