1
mirror of https://github.com/jakejarvis/simple-anchor.git synced 2025-04-26 13:08:26 -04:00
simple-anchor/.eslintrc.json

19 lines
266 B
JSON

{
"extends": [
"@jakejarvis/eslint-config"
],
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "module"
},
"env": {
"browser": true,
"node": true
},
"ignorePatterns": [
"*.d.ts",
"dist/**",
"rollup.config.js"
]
}