RubyGems
npm
Organizations
Log in
Sign up
npm
@joshuaavalon/eslint-config-typescript
Versions diffs
6.1.3 → 6.1.4
@joshuaavalon/eslint-config-typescript 6.1.3 → 6.1.4
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
+1
-1
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -2,7 +2,7 @@ module.exports = {
2
2
parser: "@typescript-eslint/parser",
3
3
extends: [
4
4
"eslint:recommended",
5
-
"plugin:@typescript-eslint/recommended
-requiring-type-checking
",
5
+
"plugin:@typescript-eslint/recommended",
6
6
"plugin:prettier/recommended"
7
7
],
8
8
rules: {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@joshuaavalon/eslint-config-typescript",
3
-
"version": "6.1.
3
",
3
+
"version": "6.1.
4
",
4
4
"description": "Shareable ESLint Typescript config.",
5
5
"publishConfig": {
6
6
"access": "public"