Skip to content

Commit

Permalink
Revert changes to .eslintrc.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Sep 9, 2023
1 parent f37ee27 commit 61ef013
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ module.exports = {
root: true,
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',
'plugin:@typescript-eslint/recommended',
'plugin:svelte/recommended'
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
parserOptions: {
project: true,
sourceType: 'module',
ecmaVersion: 2020,
extraFileExtensions: ['.svelte']
Expand Down

0 comments on commit 61ef013

Please sign in to comment.