Skip to content

Commit

Permalink
lint template
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc committed Apr 26, 2022
1 parent 9097f67 commit d5295b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _templates/package/new/package.json.ejs.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ to: packages/<%= name %>/package.json
"typescript": "~4.3.5"
},
"scripts": {
"eslint": "eslint --ext .js,.jsx,.ts,.tsx .",
"eslint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"jest": "jest",
"build": "tsc -p tsconfig.json"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"prettier": "2.6.2"
},
"scripts": {
"eslint": "eslint --ext .js .",
"eslint:fix": "eslint --ext .js . --fix"
"lint": "eslint --ext .js .",
"lint:fix": "eslint --ext .js . --fix"
},
"main": "./standard/index.js",
"files": [
Expand Down

0 comments on commit d5295b0

Please sign in to comment.