mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-28 11:34:17 -05:00
Add import config
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
/* eslint-env node */
|
||||
const createAliasSetting = require('@vue/eslint-config-airbnb/createAliasSetting')
|
||||
|
||||
module.exports = {
|
||||
"root": true,
|
||||
"extends": [
|
||||
"plugin:vue/vue3-recommended",
|
||||
"eslint:recommended",
|
||||
"plugin:import/recommended",
|
||||
"plugin:jsdoc/recommended",
|
||||
],
|
||||
"rules": {
|
||||
@@ -39,4 +42,9 @@ module.exports = {
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 13,
|
||||
},
|
||||
settings: {
|
||||
...createAliasSetting({
|
||||
'@': './src',
|
||||
}),
|
||||
},
|
||||
}
|
||||
|
||||
1731
package-lock.json
generated
1731
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -48,8 +48,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^3.1.0",
|
||||
"@vue/eslint-config-airbnb": "^8.0.0",
|
||||
"autoprefixer": "^10.4.12",
|
||||
"eslint": "^8.23.1",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jsdoc": "^48.2.1",
|
||||
"eslint-plugin-vue": "^9.5.1",
|
||||
"postcss": "^8.4.16",
|
||||
|
||||
Reference in New Issue
Block a user