remove yarn lint-windows

This commit is contained in:
Evan Hahn 2020-09-28 14:00:49 -05:00 committed by Josh Perez
parent bdd71e4898
commit a951ccb14f
2 changed files with 2 additions and 3 deletions

View File

@ -123,7 +123,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn lint-windows
- run: yarn lint
- run: yarn lint-deps
- run: node build\grunt.js
- run: yarn test-node

View File

@ -32,8 +32,7 @@
"test-node": "electron-mocha --recursive test/app test/modules ts/test",
"test-node-coverage": "nyc --reporter=lcov --reporter=text mocha --recursive test/app test/modules ts/test",
"eslint": "eslint .",
"lint": "yarn format --list-different && yarn lint-windows",
"lint-windows": "yarn eslint",
"lint": "yarn format --list-different && yarn eslint",
"lint-deps": "node ts/util/lint/linter.js",
"format": "prettier --write \"*.{css,js,json,md,scss,ts,tsx}\" \"./**/*.{css,js,json,md,scss,ts,tsx}\"",
"transpile": "tsc",