You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use upstream instead of shared Prettier configuration for this repo (47d2dad)
Features
enable recommended type-aware rules from typescript-eslint (8acc394)
upgrade eslint-config-airbnb-typescript to 7.2.0 (8a112d7)
BREAKING CHANGES
this enables new ESLint rules that may cause linting done with hover-scripts lint to start to fail
linting TypeScript files now requires parserOptions.project to be specified in your ESLint configuration. If your tsconfig.json is at your project root, chances are you'll be fine with no changes as this project attempts to configure ESLint for that scenario. However, if you have your tsconfig.json elsewhere or have some other custom setup you will likely need to specify parserOptions.project in your .eslintrc.json to point at your tsconfig.json