mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
fix all errors resulting from running 'npx lerna bootstrap', hoist github actions to top, hoist vscode config to top
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"./src/**/*.ts",
|
||||
"./test/**/*.ts",
|
||||
"./snippets/src/**/*.ts",
|
||||
".prettierrc.js",
|
||||
".eslintrc.js",
|
||||
"jest.config.js"
|
||||
]
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"./src/**/*.ts",
|
||||
"./test/**/*.ts",
|
||||
"./snippets/src/**/*.ts",
|
||||
".prettierrc.js",
|
||||
".eslintrc.js",
|
||||
"jest.config.js"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user