mirror of
https://github.com/jakejarvis/simple-anchor.git
synced 2026-08-23 00:35:38 -04:00
initial commit 🎉
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": [
|
||||
"@jakejarvis/eslint-config"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2015,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"dist/**",
|
||||
"rollup.config.js"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user