1
mirror of https://github.com/jakejarvis/stitches-normalize.git synced 2025-04-26 05:15:24 -04:00
stitches-normalize/.eslintrc.json

22 lines
373 B
JSON

{
"extends": [
"@jakejarvis/eslint-config",
"plugin:@typescript-eslint/recommended"
],
"plugins": [
"@typescript-eslint"
],
"parser": "@typescript-eslint/parser",
"env": {
"node": true,
"browser": false
},
"rules": {
"quote-props": "off",
"@typescript-eslint/ban-ts-comment": "off"
},
"ignorePatterns": [
"dist/**"
]
}