lib/potassium/assets/.eslintrc.json in potassium-7.0.0 vs lib/potassium/assets/.eslintrc.json in potassium-7.1.0

- old
+ new

@@ -1,17 +1,16 @@ { "env": { "browser": true, "es2021": true, "node": true, - "jest/globals": true, "vue/setup-compiler-macros": true }, "parserOptions": { "ecmaVersion": 2020, "sourceType": "module" }, - "plugins": ["import", "jest", "tailwindcss"], + "plugins": ["import", "tailwindcss"], "settings": { "import/resolver": { "node": { "extensions": [".js", ".json"] }