workspace

This commit is contained in:
MapleLeaf
2021-12-29 13:19:46 -06:00
parent 3fa99f9ee2
commit 88e9919c8f
74 changed files with 237 additions and 2217 deletions

View File

@@ -1,18 +0,0 @@
{
"extends": ["./node_modules/@itsmapleleaf/configs/eslint"],
"ignorePatterns": [
"**/node_modules/**",
"**/coverage/**",
"**/dist/**",
"**/.vscode/**",
"**/docs/**"
],
"parserOptions": {
"project": "./tsconfig.json"
},
"rules": {
// this rule causes a bunch of error notifications to pop up when moving files around
// disabling this for now
"import/no-unused-modules": "off"
}
}