Skip to content

Commit

Permalink
feat: promise in expression & nested property, #533 #276
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Aug 27, 2022
1 parent 0997530 commit bbf00f3
Show file tree
Hide file tree
Showing 19 changed files with 255 additions and 20,536 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist
demo
coverage
docs
private.*
10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@
"node": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "tsconfig.json"
},
"plugins": [
"deprecation",
"mocha",
"standard",
"@typescript-eslint",
"promise"
],
"rules": {
"deprecation/deprecation": "error",
"no-var": 2,
"prefer-const": 2,
"no-unused-vars": "off",
Expand All @@ -36,5 +41,10 @@
"rules": {
"@typescript-eslint/no-var-requires": "off"
}
}, {
"files": ["test/**/*.ts"],
"rules": {
"deprecation/deprecation": "off"
}
}]
}
Loading

0 comments on commit bbf00f3

Please sign in to comment.