Update dependency @gitlab/eslint-plugin to v7.0.2
This update allows us to: - Remove several ESLint ignore directives that some rules were previously incorrectly identifying as violations; - Identify two more violations of `@gitlab/no-runtime-template-compiler` that were previously missed.
Showing
... | ... | @@ -163,7 +163,7 @@ |
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.1", | ||
"@gitlab/eslint-plugin": "7.0.0", | ||
"@gitlab/eslint-plugin": "7.0.2", | ||
"@testing-library/dom": "^7.16.2", | ||
"@vue/test-utils": "1.1.2", | ||
"acorn": "^6.3.0", | ||
... | ... |
Please register or sign in to comment