mirror of
https://github.com/jakejarvis/simple-anchor.git
synced 2025-04-26 07:35:21 -04:00
18 lines
252 B
JSON
18 lines
252 B
JSON
{
|
|
"extends": [
|
|
"@jakejarvis/eslint-config"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2015,
|
|
"sourceType": "module"
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"ignorePatterns": [
|
|
"dist/**",
|
|
"rollup.config.js"
|
|
]
|
|
}
|