@@ -19,6 +19,12 @@ module.exports = {
'plugin:prettier/recommended',
],
+ ignorePatterns: [
+ ".nuxt",
+ "coverage/*",
+ "vendor/*",
+ "dist/*"
+ ],
plugins: [
"vue",
"@typescript-eslint"
@@ -12,6 +12,14 @@ cache:
paths:
- ./node_modules
+code_quality:
+ script:
+ - yarn eslint . --env=staging
+
+code_style:
+ - yarn prettier . --check
unit:
stage: test