Compare commits
1 Commits
b9e5762213
...
9684309e6a
| Author | SHA1 | Date | |
|---|---|---|---|
| 9684309e6a |
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "leafly-scraper",
|
"name": "leafly-scraper",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
|
||||||
"description": "scrapes strain info, stores for later reference",
|
"description": "scrapes strain info, stores for later reference",
|
||||||
"main": "index",
|
"main": "index",
|
||||||
"module": "index.mjs",
|
"module": "index.mjs",
|
||||||
@@ -19,6 +18,14 @@
|
|||||||
],
|
],
|
||||||
"author": "joe fleming (https://github.com/w33ble)",
|
"author": "joe fleming (https://github.com/w33ble)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"lint-staged": {
|
||||||
|
"*.{js,mjs}": [
|
||||||
|
"eslint --fix"
|
||||||
|
],
|
||||||
|
"*.{js,mjs,json,css}": [
|
||||||
|
"prettier --write"
|
||||||
|
]
|
||||||
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"printWidth": 100,
|
"printWidth": 100,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user