Skip to content

Commit fbf9a24

Browse files
committed
es modules: rename eslint config to .cjs
Change package.json to refer to new file. Signed-off-by: Chris. Webster <[email protected]>
1 parent b5bf125 commit fbf9a24

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build": "tsc",
1515
"cleanbranch": "node ./build/script/delete-test-branches.js",
16-
"lint": "eslint -c .eslintrc.js --ext .ts,.js \"{lib,script,tests,tests-config}/**/*.{ts,tsx,js}\"",
16+
"lint": "eslint -c .eslintrc.cjs --ext .ts,.js \"{lib,script,tests,tests-config}/**/*.{ts,tsx,js}\"",
1717
"start": "node server.js",
1818
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --env=node",
1919
"test:clean": "jest --clearCache && npm test",

0 commit comments

Comments
 (0)