Skip to content

Commit 76fff9f

Browse files
refactor: remove eslint and prettier (#166)
1 parent a39f777 commit 76fff9f

File tree

7 files changed

+3
-45
lines changed

7 files changed

+3
-45
lines changed

core/common/.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- run: *npm_install_and_link
104104
- run:
105105
name: Run linting.
106-
command: npm run lint
106+
command: npm run check
107107
docs:
108108
docker:
109109
- image: 'node:8'

core/common/.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

core/common/.eslintrc.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

core/common/.prettierignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

core/common/.prettierrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

core/common/package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@
3737
"publish-module": "node ../../scripts/publish.js common",
3838
"generate-scaffolding": "repo-tools generate all",
3939
"docs": "repo-tools exec -- jsdoc -c .jsdoc.js",
40-
"lint": "npm run check && repo-tools lint --cmd eslint -- samples/",
41-
"prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js system-test/*.js system-test/*/*.js",
42-
"cover": "nyc --reporter=lcov mocha --require source-map-support/register intelli-espower-loader build/test/*.js && nyc report",
43-
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
44-
"test-no-cover": "repo-tools test run --cmd mocha -- build/test/*.js --no-timeouts",
40+
"cover": "nyc --reporter=lcov mocha --require source-map-support/register intelli-espower-loader build/test && nyc report",
41+
"test-no-cover": "repo-tools test run --cmd mocha -- build/test",
4542
"test": "npm run test-only",
4643
"test-only": "repo-tools test run --cmd npm -- run cover",
4744
"posttest": "npm run check && npm run license-check",
@@ -84,12 +81,7 @@
8481
"@types/sinon": "^5.0.1",
8582
"@types/through2": "^2.0.33",
8683
"@types/uuid": "^3.4.3",
87-
"async": "^2.6.1",
8884
"codecov": "^3.0.2",
89-
"eslint": "^4.19.1",
90-
"eslint-config-prettier": "^2.9.0",
91-
"eslint-plugin-node": "^6.0.1",
92-
"eslint-plugin-prettier": "^2.6.0",
9385
"gts": "^0.6.0",
9486
"ink-docstrap": "^1.3.2",
9587
"intelli-espower-loader": "^1.0.1",
@@ -99,7 +91,6 @@
9991
"nock": "^9.3.1",
10092
"nyc": "^12.0.2",
10193
"power-assert": "^1.5.0",
102-
"prettier": "^1.13.4",
10394
"proxyquire": "^2.0.1",
10495
"shimmer": "^1.2.0",
10596
"sinon": "^5.1.0",

core/common/system-test/.eslintrc.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)