Re-enable running our eslint rules using ts-node (#159495)

Resubmission of #157532 with the following changes:

- Use `eslint-plugin-local` instead of `yarn` link to run our plugins
- Move our plugins to a top level `.eslintplugin` dir (as required by `eslint-plugin-local`)
- Update all names to `local/`
This commit is contained in:
Matt Bierner
2022-08-29 23:40:04 -07:00
committed by GitHub
parent 3e44e34bfa
commit 5e92794be6
60 changed files with 240 additions and 1401 deletions

View File

@@ -41,11 +41,6 @@
}
}
],
"eslint.options": {
"rulePaths": [
"./build/lib/eslint"
]
},
"typescript.tsdk": "node_modules/typescript/lib",
"npm.exclude": "**/extensions/**",
"npm.packageManager": "yarn",