Skip to content

Commit

Permalink
Moved @typescript-eslint/parser to dev to hopefully fix deploy (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
thai-truong authored Aug 25, 2020
1 parent db62621 commit b781020
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 48 deletions.
55 changes: 35 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@storybook/react": "^6.0.13",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/parser": "^3.9.1",
"classnames": "^2.2.6",
"customize-cra": "^0.9.1",
"date-fns": "^2.15.0",
Expand Down Expand Up @@ -73,7 +74,6 @@
"@storybook/node-logger": "^6.0.13",
"@storybook/preset-create-react-app": "^3.1.4",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"babel-loader": "8.0.6",
"cypress": "^4.11.0",
"eslint": "^6.8.0",
Expand Down
54 changes: 27 additions & 27 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"baseUrl": "."
},
"include": [
"src"
],
"extends": "./tsconfig.paths.json"
}
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"baseUrl": "."
},
"include": [
"src"
],
"extends": "./tsconfig.paths.json"
}

0 comments on commit b781020

Please sign in to comment.