Skip to content

Commit

Permalink
chore: lint jsii-calc
Browse files Browse the repository at this point in the history
This will make the code easier ot maintain in the future, as it is now
consistent with the style of all other modules. Of course, this implied
widespread changes on the `locationInSource` properties... as expected.
  • Loading branch information
RomainMuller committed Jul 22, 2020
1 parent 8740f51 commit 22bae2d
Show file tree
Hide file tree
Showing 156 changed files with 5,058 additions and 3,475 deletions.
1 change: 1 addition & 0 deletions eslint-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ plugins:
parser: '@typescript-eslint/parser'
parserOptions:
ecmaVersion: 2018
impliedStrict: true
sourceType: module
project: ./**/tsconfig.json

Expand Down
2 changes: 2 additions & 0 deletions packages/jsii-calc/.eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
extends: ../../eslint-config.yaml
Loading

0 comments on commit 22bae2d

Please sign in to comment.