We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b356ba9 commit dcc71c6Copy full SHA for dcc71c6
.eslintrc
@@ -32,8 +32,7 @@
32
"plugin:@typescript-eslint/recommended",
33
"plugin:react/recommended",
34
"airbnb-base",
35
- "prettier/@typescript-eslint",
36
- "prettier"
+ "prettier/@typescript-eslint"
37
],
38
"rules": {
39
"func-names": 0,
@@ -122,4 +121,4 @@
122
121
}
123
]
124
125
-}
+}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pri",
3
- "version": "3.3.28-beta.17",
+ "version": "3.3.28-beta.18",
4
"types": "src/node/index.ts",
5
"main": "built/node/index.js",
6
"scripts": {
0 commit comments