feat(config): Initial default rules
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -10,6 +10,9 @@
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2020,
|
||||
"sourceType": "module"
|
||||
}
|
||||
"project": "./tsconfig.json",
|
||||
"sourceType": "module",
|
||||
"tsconfigRootDir": "."
|
||||
},
|
||||
"root": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user