updated to folders in master (#1)
This commit is contained in:
17
03-configure-prettier/package.json
Normal file
17
03-configure-prettier/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "static-testing-tools",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint src",
|
||||
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx)\""
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.5.0",
|
||||
"prettier": "^1.14.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user