We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a39768 + 5e54eac commit b396c45Copy full SHA for b396c45
lib/configs/typescript.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
- extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'prettier/@typescript-eslint'],
+ extends: ['plugin:@typescript-eslint/recommended', 'prettier'],
3
parser: '@typescript-eslint/parser',
4
plugins: ['@typescript-eslint', 'github'],
5
rules: {
0 commit comments