Skip to content

Commit 84fa656

Browse files
committed
chore: format
1 parent 6fda8d8 commit 84fa656

File tree

2 files changed

+103
-96
lines changed

2 files changed

+103
-96
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,19 @@
1212
"typings"
1313
],
1414
"scripts": {
15-
"format": "prettier --write .",
16-
"test.format": "prettier . --check",
17-
"lint": "eslint . --fix",
18-
"test.lint": "eslint .",
15+
"build": "npm run clean && npm run compile",
1916
"clean": "shx rm -rf build && mkdirp build",
20-
"copy.typings": "shx cp -r ./typings ./build",
2117
"compile": "npm run copy.typings && tsc",
22-
"build": "npm run clean && npm run compile",
23-
"watch": "npm run compile -- --watch",
18+
"copy.typings": "shx cp -r ./typings ./build",
19+
"format": "prettier --write .",
20+
"lint": "eslint . --fix",
2421
"prepare": "npm run clean && npm run compile",
25-
"test": "npm run compile && atom --test build/test"
22+
"test": "npm run compile && atom --test build/test",
23+
"test.format": "prettier . --check",
24+
"test.lint": "eslint .",
25+
"watch": "npm run compile -- --watch"
2626
},
2727
"prettier": "prettier-config-atomic",
28-
"atomTestRunner": "./test/runner",
2928
"dependencies": {
3029
"atom-ide-base": "^3.3.0",
3130
"rimraf": "^3.0.2",
@@ -36,15 +35,16 @@
3635
},
3736
"devDependencies": {
3837
"@types/atom": "^1.40.11",
39-
"@types/jasmine": "^3.8.2",
40-
"@types/node": "^16.7.4",
38+
"@types/jasmine": "^3.10.2",
39+
"@types/node": "^16.11.6",
4140
"@types/rimraf": "^3.0.2",
42-
"atom-jasmine3-test-runner": "^5.2.8",
41+
"atom-jasmine3-test-runner": "^5.2.9",
4342
"eslint-config-atomic": "1.16.5",
44-
"prettier-config-atomic": "^3.0.0",
43+
"prettier-config-atomic": "^3.0.1",
4544
"shx": "^0.3.3",
4645
"spawk": "^1.7.1",
4746
"standard-language-server": "^0.1.0",
48-
"typescript": "~4.4.2"
49-
}
47+
"typescript": "~4.4.4"
48+
},
49+
"atomTestRunner": "./test/runner"
5050
}

0 commit comments

Comments
 (0)