Compare commits
1 Commits
9684309e6a
...
b9e5762213
| Author | SHA1 | Date | |
|---|---|---|---|
| b9e5762213 |
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"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",
|
||||||
@@ -18,14 +19,6 @@
|
|||||||
],
|
],
|
||||||
"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