Skip to content

Commit d92f57b

Browse files
committed
trigger publish
1 parent 884f9e6 commit d92f57b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eslintrc.js renamed to index.js

File renamed without changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "MIT",
1919
"author": "splincode",
20-
"main": "eslintrc.js",
20+
"main": "index.js",
2121
"scripts": {
2222
"format": "npx sort-package-json && prettier --write \"**/*.{js,ts,html,css,scss,md,json,yml}\"",
2323
"test": "sh test.sh"

test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
mkdir -p ./dist
44

55
{ # try
6-
npx eslint -c eslintrc.js "**/*.bad.ts" > ./dist/eslint.bad.report.txt
6+
npx eslint -c index.js "**/*.bad.ts" > ./dist/eslint.bad.report.txt
77
} || { # catch
8-
npx eslint -c eslintrc.js "**/*.good.ts" > ./dist/eslint.good.report.txt
8+
npx eslint -c index.js "**/*.good.ts" > ./dist/eslint.good.report.txt
99
jest --config ./jest.config.js test/test.spec.ts
1010
}

0 commit comments

Comments
 (0)