Server: ESLint setup.
This commit is contained in:
parent
11fca5e94a
commit
5237db38e0
3 changed files with 515 additions and 15 deletions
11
.eslintrc.cjs
Normal file
11
.eslintrc.cjs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* eslint-env node */
|
||||
require("@rushstack/eslint-patch/modern-module-resolution");
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: [
|
||||
"eslint:recommended",
|
||||
"@vue/eslint-config-typescript/recommended",
|
||||
"@vue/eslint-config-prettier",
|
||||
],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue