Skip to content

Commit

Permalink
feat: add eslint github action --story=119540612
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Sep 9, 2024
1 parent 798a100 commit f20f197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
browser: true,
},
// https://github.com/standard/standard/blob/master/docs/RULES-en.md
extends: ['@tencent/eslint-config-tencent', 'plugin:vue/recommended'],
extends: ['eslint-config-tencent', 'plugin:vue/recommended'],
// required to lint *.vue files
plugins: [
'vue',
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.7.6",
"@tencent/eslint-config-tencent": "^1.0.4",
"eslint-config-tencent": "^1.0.4",
"@vue/babel-preset-jsx": "^1.4.0",
"autoprefixer": "^7.1.4",
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit f20f197

Please sign in to comment.