Skip to content

Commit

Permalink
Add lint script
Browse files Browse the repository at this point in the history
Also, WTF? more tabs?!?
  • Loading branch information
lazyguru committed Sep 11, 2023
1 parent 972c672 commit 3502d18
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "obsidian-quire-sync",
"version": "0.0.1",
"description": "This is a plugin for Obsidian (https://obsidian.md) to sync tasks with Quire (https://quire.io)",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"builtin-modules": "3.3.0",
"esbuild": "0.19.2",
"obsidian": "latest",
"prettier": "^3.0.3",
"tslib": "2.6.2",
"typescript": "5.2.2"
}
"name": "obsidian-quire-sync",
"version": "0.0.1",
"description": "This is a plugin for Obsidian (https://obsidian.md) to sync tasks with Quire (https://quire.io)",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint": "eslint"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"builtin-modules": "3.3.0",
"esbuild": "0.19.2",
"obsidian": "latest",
"prettier": "^3.0.3",
"tslib": "2.6.2",
"typescript": "5.2.2"
}
}

0 comments on commit 3502d18

Please sign in to comment.