Move the game to subfolder
This commit is contained in:
parent
a724d80bb7
commit
a86c5cdda0
39 changed files with 0 additions and 0 deletions
19
game/.eslintrc.js
Normal file
19
game/.eslintrc.js
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
parser: '@typescript-eslint/parser',
|
||||
plugins: [
|
||||
'@typescript-eslint'
|
||||
],
|
||||
extends: [
|
||||
'eslint:recommended',
|
||||
'plugin:@typescript-eslint/eslint-recommended',
|
||||
'plugin:@typescript-eslint/recommended'
|
||||
],
|
||||
rules: {
|
||||
'@typescript-eslint/explicit-function-return-type': 0,
|
||||
'@typescript-eslint/ban-ts-ignore': 0,
|
||||
'@typescript-eslint/no-namespace': { 'allowDeclarations': true },
|
||||
'@typescript-eslint/member-delimiter-style': 0,
|
||||
'@typescript-eslint/no-explicit-any': 0
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue