Skip to content

Commit

Permalink
feat(lint): eslint-config-love
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram-Amoncar committed May 16, 2024
1 parent 20513a8 commit e1c03a8
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"node": true,
"jest": true
},
"extends": ["plugin:import/typescript", "plugin:prettier/recommended"],
"extends": ["love","plugin:import/typescript", "plugin:prettier/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
Expand Down
262 changes: 227 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "npm-package-template",
"version": "1.3.1",
"version": "1.4.0",
"description": "A template for NPM package in Typescript",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
Expand All @@ -12,7 +11,8 @@
"@stylistic/eslint-plugin-js": "^2.1.0",
"@stylistic/eslint-plugin-ts": "^2.1.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"eslint-config-love": "^47.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -25,7 +25,7 @@
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsup": "^8.0.2",
"typescript": "5.4.5"
"typescript": "^5.4.5"
},
"scripts": {
"prepare": "husky",
Expand Down

0 comments on commit e1c03a8

Please sign in to comment.