Skip to content

Commit

Permalink
feat: 调整规则并 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keenwon committed Oct 1, 2021
1 parent 1619c7f commit 017142c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions configs/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
'standard-jsx',
'plugin:react/jsx-runtime',
'standard-with-typescript',
'prettier',
],
env: {
browser: true,
Expand Down
7 changes: 6 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elint-preset-kw",
"version": "2.0.1",
"version": "2.0.2",
"description": "keenwon's preset for elint",
"main": "index.js",
"scripts": {
Expand All @@ -26,6 +26,7 @@
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"elint-helpers": "^1.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-react": "^11.0.1",
Expand Down

0 comments on commit 017142c

Please sign in to comment.