1
mirror of https://github.com/jakejarvis/npm-module-template.git synced 2025-04-26 04:05:23 -04:00
npm-module-template/.eslintrc.json

18 lines
257 B
JSON

{
"extends": [
"@jakejarvis/eslint-config"
],
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false
},
"env": {
"browser": true,
"node": true
},
"ignorePatterns": [
"*.d.ts",
"dist/**"
]
}