Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

ESLint: check 'resources' folder #545

Merged
merged 1 commit into from
Jul 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepublish": ". ./resources/prepublish.sh",
"test": "npm run lint && npm run check && npm run testonly",
"testonly": "mocha src/**/__tests__/**/*.js",
"lint": "prettier --check 'src/**/*.js' 'types/*.ts' && eslint src",
"lint": "prettier --check 'src/**/*.js' 'resources/**/*.js' 'types/*.ts' && eslint src resources",
"prettier": "prettier --write 'src/**/*.js' 'types/*.ts'",
"check": "flow check",
"build": "rm -rf dist/* && babel src --ignore '**/__tests__' --out-dir dist && npm run build:flow",
Expand Down