1
mirror of https://github.com/jakejarvis/dark-mode.git synced 2025-09-11 03:18:41 -04:00
Files
dark-mode/.eslintrc.json
2021-11-11 10:44:56 -05:00

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/**"
]
}