File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "env": {
3+ "browser": true,
4+ "node": true,
5+ },
6+ "extends": [
7+ "kentcdodds/best-practices",
8+ "kentcdodds/possible-errors",
9+ ],
10+ "rules": {},
11+ }
Original file line number Diff line number Diff line change 44 "description" : " Get random Star Wars names" ,
55 "main" : " src/index.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
7+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8+ "lint" : " eslint src"
89 },
910 "repository" : {
1011 "type" : " git" ,
2223 "homepage" : " https://github.com/kentcdodds/starwars-names#readme" ,
2324 "dependencies" : {
2425 "unique-random-array" : " 1.0.0"
26+ },
27+ "devDependencies" : {
28+ "eslint" : " 3.2.0" ,
29+ "eslint-config-kentcdodds" : " ^9.0.0"
2530 }
2631}
You can’t perform that action at this time.
0 commit comments