File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 2525 "test" : " playwright test" ,
2626 "typecheck" : " tsc --noEmit"
2727 },
28- "eslintConfig" : {
29- "extends" : [
30- " airbnb" ,
31- " airbnb/hooks" ,
32- " plugin:@typescript-eslint/recommended" ,
33- " plugin:jsx-a11y/recommended" ,
34- " plugin:react/jsx-runtime" ,
35- " prettier"
36- ],
37- "parser" : " @typescript-eslint/parser" ,
38- "parserOptions" : {
39- "sourceType" : " module" ,
40- "ecmaVersion" : " latest" ,
41- "project" : " ./tsconfig.json"
42- },
43- "plugins" : [
44- " @typescript-eslint"
45- ],
46- "settings" : {
47- "import/resolver" : {
48- "node" : {
49- "extensions" : [
50- " .js" ,
51- " .jsx" ,
52- " .ts" ,
53- " .tsx"
54- ]
55- },
56- "typescript" : {}
57- }
58- }
59- },
6028 "devDependencies" : {
29+ "@babel/eslint-parser" : " ^7.19.1" ,
6130 "@docker/extension-api-client-types" : " ^0.3.0" ,
6231 "@esbuild-plugins/node-modules-polyfill" : " ^0.1.4" ,
6332 "@playwright/test" : " ^1.38.0" ,
You can’t perform that action at this time.
0 commit comments