We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b3b42 commit 3db109aCopy full SHA for 3db109a
.prettierignore
@@ -1,2 +1,6 @@
1
# Ignore artifacts:
2
build
3
+**/node_modules/**/*
4
+packages/controller/data/**/*
5
+packages/controller/doc/**/*
6
+data
package.json
@@ -57,7 +57,8 @@
57
"build:ts": "lerna run build",
58
"build": "npm run build:ts",
59
"release": "release-script",
60
- "lint": "eslint \"packages/*/*.js\" \"packages/*/lib/**/*.js\"",
+ "lint": "eslint .",
61
+ "prettier": "eslint . --fix",
62
"test": "mocha packages/controller/test --exit",
63
"test-jsonl": "mocha packages/controller/test/jsonl/ --exit",
64
"test-redis-socket": "mocha packages/controller/test/redis-socket/ --exit",
0 commit comments