diff --git a/.eslintrc b/.eslintrc index 541960a..71754f2 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,9 +1,9 @@ { "extends": "./node_modules/kcd-scripts/eslint.js", "rules": { - "babel/new-cap": "off", + "@babel/new-cap": "off", "func-names": "off", - "babel/no-unused-expressions": "off", + "@babel/no-unused-expressions": "off", "prefer-arrow-callback": "off", "testing-library/no-await-sync-query": "off", "testing-library/no-dom-import": "off", diff --git a/package.json b/package.json index 87812e5..ad38504 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "chromedriver": "^89.0.0", "eslint": "^6.5.1", - "kcd-scripts": "^5.0.0", + "kcd-scripts": "^11.1.0", "npm-run-all": "^4.1.5", "semantic-release": "^17.0.2", "serve": "^11.0.0"