We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb2611 commit 43223a2Copy full SHA for 43223a2
jsconfig.json
@@ -0,0 +1,8 @@
1
+{
2
+ "compilerOptions": {
3
+ // highlight JS errors in editors for this project
4
+ "checkJs": true,
5
+ "module": "es2020",
6
+ "target": "es2020"
7
+ }
8
+}
package.json
@@ -15,8 +15,8 @@
15
"author": "Gregor Martynus (https://twitter.com/gr2m)",
16
"license": "ISC",
17
"scripts": {
18
- "lint": "prettier --check 'lib/*.js' cli.js README.md package.json",
19
- "lint:fix": "prettier --write 'lib/*.js' cli.js README.md package.json",
+ "lint": "prettier --check 'lib/*.js' cli.js '**/*.md' '**/*.json'",
+ "lint:fix": "prettier --write 'lib/*.js' cli.js '**/*.md' '**/*.json'",
20
"test": "npm run lint"
21
},
22
"dependencies": {
0 commit comments