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