Skip to content

Commit

Permalink
Adds CJS and MJS to linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-mccarthy committed Feb 13, 2024
1 parent ba47314 commit 6e637b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"version": "2.3.0",
"private": true,
"scripts": {
"dev": "npx eslint --fix --ext 'js' .; npx webpack watch --mode development",
"dev": "npx eslint --fix --ext 'js,cjs,mjs' .; npx webpack watch --mode development",
"build": "echo 'Building production pack'; npx eslint --fix --ext 'js' .; npx webpack --mode production",
"start": "node ./bin/server.js"
"start": "node ./bin/server.js",
"lint:fix": "npx eslint --fix --ext 'js,cjs,mjs' ."
},
"dependencies": {
"cookie-parser": "^1.4.4",
Expand Down

0 comments on commit 6e637b8

Please sign in to comment.