Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit e1b1f22

Browse files
authored
Update version 0.7.1 (#207)
1 parent e3bf731 commit e1b1f22

File tree

1 file changed

+8
-30
lines changed

1 file changed

+8
-30
lines changed

package.json

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
22
"name": "eslint-plugin-sonarjs",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "SonarJS rules for ESLint",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"repository": "[email protected]:SonarSource/eslint-plugin-sonarjs.git",
88
"license": "LGPL-3.0",
9-
"keywords": [
10-
"sonarjs",
11-
"eslint",
12-
"eslintplugin"
13-
],
9+
"keywords": ["sonarjs", "eslint", "eslintplugin"],
1410
"bugs": {
1511
"url": "https://github.com/SonarSource/eslint-plugin-sonarjs/issues"
1612
},
@@ -61,39 +57,21 @@
6157
"trailingComma": "all"
6258
},
6359
"jest": {
64-
"roots": [
65-
"tests",
66-
"src"
67-
],
68-
"collectCoverageFrom": [
69-
"src/**/*.ts"
70-
],
60+
"roots": ["tests", "src"],
61+
"collectCoverageFrom": ["src/**/*.ts"],
7162
"globals": {
7263
"ts-jest": {
7364
"babelConfig": false
7465
}
7566
},
76-
"moduleFileExtensions": [
77-
"ts",
78-
"js",
79-
"json"
80-
],
67+
"moduleFileExtensions": ["ts", "js", "json"],
8168
"transform": {
8269
"^.+\\.ts$": "ts-jest"
8370
},
84-
"testMatch": [
85-
"<rootDir>/tests/**/*.test.ts"
86-
]
71+
"testMatch": ["<rootDir>/tests/**/*.test.ts"]
8772
},
8873
"lint-staged": {
89-
"*.{ts,tsx,js}": [
90-
"eslint",
91-
"prettier --write",
92-
"git add"
93-
],
94-
"*.json": [
95-
"prettier --write",
96-
"git add"
97-
]
74+
"*.{ts,tsx,js}": ["eslint", "prettier --write", "git add"],
75+
"*.json": ["prettier --write", "git add"]
9876
}
9977
}

0 commit comments

Comments
 (0)