add eslint & prettier
This commit is contained in:
parent
7950e23236
commit
0f15e2fb2c
6 changed files with 805 additions and 13 deletions
8
.eslintrc.cjs
Normal file
8
.eslintrc.cjs
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* eslint-env node */
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
parser: '@typescript-eslint/parser',
|
||||
plugins: ['@typescript-eslint'],
|
||||
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue