Update to use released eslint plugin
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
"root": true,
|
"root": true,
|
||||||
"extends": [
|
"extends": [
|
||||||
"plugin:obsidian/recommended"
|
"plugin:obsidianmd/recommended"
|
||||||
],
|
],
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
@@ -14,7 +14,7 @@ module.exports = {
|
|||||||
"node": false
|
"node": false
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"obsidian"
|
"obsidianmd"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
|
||||||
|
|||||||
5432
package-lock.json
generated
5432
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,6 @@
|
|||||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||||
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
||||||
"lint": "eslint --ext .js,.ts,.json src && stylelint styles.css && npx npm-package-json-lint .",
|
"lint": "eslint --ext .js,.ts,.json src && stylelint styles.css && npx npm-package-json-lint .",
|
||||||
"link": "npm link eslint-plugin-obsidian",
|
|
||||||
"test": "npm run link && npm run lint"
|
"test": "npm run link && npm run lint"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
@@ -36,7 +35,7 @@
|
|||||||
"posthog-node": "4.3.2"
|
"posthog-node": "4.3.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eslint-plugin-obsidian": "file:../eslint-plugin",
|
"eslint-plugin-obsidianmd": "0.0.2",
|
||||||
"obsidian": "latest"
|
"obsidian": "latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user