Kaynağa Gözat

Fix eslint run command

Only try to fix and check files inside the server repo and not from all
the repositories that are contained in apps-extra

Remove noice and make sure we don't end up modifying these repos by
error

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
tags/v25.0.0beta4
Carl Schwan 1 yıl önce
ebeveyn
işleme
cf638a9b2c
No account linked to committer's email address
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      package.json

+ 2
- 2
package.json Dosyayı Görüntüle

@@ -11,8 +11,8 @@
"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
"lint": "eslint '**/src/**/*.{vue,js}'",
"lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
"lint": "eslint 'apps/*/src/**/*.{vue,js}' 'core/src/**/*.{vue,js}'",
"lint:fix": "eslint 'apps/*/src/**/*.{vue,js}' 'core/src/**/*.{vue,js}' --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:jsunit": "karma start tests/karma.config.js --single-run",

Loading…
İptal
Kaydet