Skip to content

Commit e1e91ba

Browse files
Merge pull request #40 from FlorianLeChat/dependabot/npm_and_yarn/dependencies-9bf6b2343e
Bump the dependencies group with 44 updates
2 parents 493830d + d702b9f commit e1e91ba

File tree

3 files changed

+2110
-1195
lines changed

3 files changed

+2110
-1195
lines changed

eslint.config.mjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import tslint from "typescript-eslint";
33
import globals from "globals";
44
import jsxA11y from "eslint-plugin-jsx-a11y";
55
import tailwind from "eslint-plugin-tailwindcss";
6-
import tsParser from "@typescript-eslint/parser";
76
import stylistic from "@stylistic/eslint-plugin";
8-
import typescriptEslint from "@typescript-eslint/eslint-plugin";
97

108
export default tslint.config(
119
{
@@ -33,17 +31,13 @@ export default tslint.config(
3331
},
3432
{
3533
plugins: {
36-
"@stylistic": stylistic,
37-
"@typescript-eslint": typescriptEslint
34+
"@stylistic": stylistic
3835
},
3936
languageOptions: {
40-
parser: tsParser,
4137
globals: {
4238
...globals.node,
4339
...globals.browser
4440
},
45-
sourceType: "script",
46-
ecmaVersion: "latest",
4741
parserOptions: {
4842
project: [ "./tsconfig.json" ]
4943
}

0 commit comments

Comments
 (0)