Skip to content

Commit

Permalink
Add import config
Browse files Browse the repository at this point in the history
  • Loading branch information
misenhower committed Mar 17, 2024
1 parent 824dd43 commit a09a2c3
Show file tree
Hide file tree
Showing 3 changed files with 1,784 additions and 43 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -39,4 +42,9 @@ module.exports = {
"parserOptions": {
"ecmaVersion": 13,
},
settings: {
...createAliasSetting({
'@': './src',
}),
},
}
Loading

0 comments on commit a09a2c3

Please sign in to comment.