RubyGems
npm
Organizations
Log in
Sign up
npm
@joshuaavalon/eslint-config-typescript
Versions diffs
6.2.2 → 6.2.3
@joshuaavalon/eslint-config-typescript 6.2.2 → 6.2.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/index.js
+0
-1
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -3,7 +3,6 @@ module.exports = {
3
3
extends: [
4
4
"eslint:recommended",
5
5
"plugin:@typescript-eslint/recommended",
6
-
"plugin:@typescript-eslint/strict",
7
6
"plugin:prettier/recommended"
8
7
],
9
8
plugins: ["@typescript-eslint"],
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@joshuaavalon/eslint-config-typescript",
3
-
"version": "6.2.
2
",
3
+
"version": "6.2.
3
",
4
4
"description": "Shareable ESLint Typescript config.",
5
5
"publishConfig": {
6
6
"access": "public"