diff --git a/.eslintrc.yml b/.eslintrc.yml index efe2b23dc..2e109d50b 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,8 +1,8 @@ root: true extends: - - cheminfo-react/base - cheminfo-typescript/base - cheminfo-typescript/unicorn + - cheminfo-react/base rules: 'import/default': off 'import/no-unresolved': off diff --git a/package-lock.json b/package-lock.json index baa7a74ef..dd19b3bcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6658,15 +6658,15 @@ } }, "node_modules/eslint-config-cheminfo-react": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-cheminfo-react/-/eslint-config-cheminfo-react-10.1.0.tgz", - "integrity": "sha512-IGr3dCTh8OFAf16pOjgA7K6LIo34RrUGftVqyrUSV5LE08xMSuN7E9ziZbPYivyH07ZZqgJ/DI4rgjqAJNSnuw==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-cheminfo-react/-/eslint-config-cheminfo-react-10.1.2.tgz", + "integrity": "sha512-Oxxt6u0d+hBNeaaFmub4Hwe7XThUlDIyxhMIPmZ0JN/rZ1NUzfiPm6+b79vU0AZVDIJLyrvhCIt7Bgj2fc986w==", "dev": true, "dependencies": { "eslint-config-cheminfo": "^9.1.0" }, "peerDependencies": { - "eslint": "^8.55.0", + "eslint": "^8.56.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5"