@dopt/config
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -37,2 +37,3 @@ "use strict"; | ||
"plugin:@typescript-eslint/recommended", | ||
"plugin:react/jsx-runtime", | ||
"plugin:react-hooks/recommended" | ||
@@ -39,0 +40,0 @@ ], |
@@ -37,2 +37,3 @@ "use strict"; | ||
"plugin:@typescript-eslint/recommended", | ||
"plugin:react/jsx-runtime", | ||
"plugin:react-hooks/recommended" | ||
@@ -39,0 +40,0 @@ ], |
{ | ||
"name": "@dopt/config", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"private": false, | ||
@@ -27,3 +27,3 @@ "description": "Centralized and shared configuration for eslint, jest,prettier, and tsconfig ", | ||
"./tsconfig/base.json", | ||
"./tsconfig/node16.json", | ||
"./tsconfig/node.json", | ||
"./tsconfig/nextjs.json", | ||
@@ -43,2 +43,3 @@ "./tsconfig/react-library.json" | ||
"eslint": "8.42.0", | ||
"eslint-plugin-react": "7.32.2", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
@@ -50,3 +51,3 @@ "jest": "29.5.0", | ||
"tsup-node": "^0.1.0", | ||
"typescript": "4.9.5", | ||
"typescript": "5.1.6", | ||
"@dopt/check-formatting": "1.0.0" | ||
@@ -53,0 +54,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12728
392
19