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

19 lines
281 B
JSON

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