Skip to content

Commit

Permalink
style(graphin):adjust eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Jan 18, 2021
1 parent 64c2ca0 commit 969aac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Expand Up @@ -16,7 +16,8 @@ module.exports = {
},
},
rules: {
' @typescript-eslint/interface-name-prefix': 0,
'no-underscore-dangle': 0,
'@typescript-eslint/interface-name-prefix': 0,
'import/no-extraneous-dependencies': 0,
'no-console': 0,
'import/prefer-default-export': 0,
Expand Down
2 changes: 1 addition & 1 deletion packages/graphin-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/graphin-components",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Components for graphin",
"main": "./dist/index",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 969aac4

Please sign in to comment.