Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 268 Bytes

20210301_prettier_config.md

File metadata and controls

7 lines (5 loc) · 268 Bytes

Update ESLint config for eslint-config-prettier v8

The update to v8 broke linting for adapters that use Prettier. To fix it, remove the following line from extends in .eslintrc.js:

'prettier/@typescript-eslint', // Uses eslint-config-prettier to ...