Skip to content

Commit

Permalink
Revert "Use ESM eslint config files (sveltejs#5263)"
Browse files Browse the repository at this point in the history
This reverts commit 500067b.
  • Loading branch information
oekazuma authored Jun 28, 2022
1 parent 7ed3c95 commit a7b6c4a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-foxes-visit.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
root: true,
extends: ['eslint:recommended', 'prettier'],
plugins: ['svelte3'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
root: true,
extends: ['eslint:recommended'],
plugins: ['svelte3'],
Expand Down

0 comments on commit a7b6c4a

Please sign in to comment.