Skip to content

Commit 503cbc0

Browse files
committed
chore: cleanup repo (#123)
1 parent 6cdcfc2 commit 503cbc0

File tree

6 files changed

+10
-26
lines changed

6 files changed

+10
-26
lines changed

.gitattributes

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
* text=auto
2-
*.js text eol=lf
1+
* text=auto eol=lf

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
node_modules
22
coverage
33
dist
4-
.opt-in
5-
.opt-out
64
.DS_Store
7-
.eslintcache
8-
.idea/
95

106
# these cause more harm than good
117
# when working with contributors

.prettierignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
package.json
21
node_modules
3-
dist
42
coverage
3+
dist

.prettierrc

-11
This file was deleted.

.prettierrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('kcd-scripts/prettier')

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"scripts": {
1010
"build": "kcd-scripts build",
1111
"lint": "kcd-scripts lint",
12+
"setup": "npm install && npm run validate -s",
1213
"test": "npm-run-all --parallel test:unit test:cypress",
14+
"test:cypress": "npm run test:cypress:run",
15+
"test:cypress:open": "cypress open",
16+
"test:cypress:run": "cypress run",
1317
"test:unit": "kcd-scripts test --no-watch",
1418
"test:unit:watch": "kcd-scripts test",
15-
"test:cypress:run": "cypress run",
16-
"test:cypress:open": "cypress open",
17-
"test:cypress": "npm run test:cypress:run",
1819
"test:cypress:dev": "npm run test:cypress:open",
19-
"validate": "kcd-scripts validate build,lint,test",
20-
"setup": "npm install && npm run validate -s"
20+
"validate": "kcd-scripts validate build,lint,test"
2121
},
2222
"husky": {
2323
"hooks": {
@@ -38,7 +38,7 @@
3838
"end-to-end",
3939
"e2e"
4040
],
41-
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
41+
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
4242
"license": "MIT",
4343
"dependencies": {
4444
"@babel/runtime": "^7.8.7",
@@ -68,7 +68,7 @@
6868
],
6969
"repository": {
7070
"type": "git",
71-
"url": "https://github.com/kentcdodds/cypress-testing-library.git"
71+
"url": "https://github.com/kentcdodds/cypress-testing-library"
7272
},
7373
"bugs": {
7474
"url": "https://github.com/kentcdodds/cypress-testing-library/issues"

0 commit comments

Comments
 (0)