updated to folders in master (#1)
This commit is contained in:
15
01-eslint-install-run-and-configure-eslint/package.json
Normal file
15
01-eslint-install-run-and-configure-eslint/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "static-testing-tools",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "src/example.js",
|
||||
"scripts": {
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user