Skip to content

Commit

Permalink
chore: Update linting (#7201)
Browse files Browse the repository at this point in the history
* Update linting

* Update jest.config.js
  • Loading branch information
snowystinger authored Oct 18, 2024
1 parent 18835f7 commit 0ddbe6f
Show file tree
Hide file tree
Showing 59 changed files with 1,798 additions and 1,253 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ jobs:

- run:
name: lint
command: yarn lint
command: |
yarn test:lint
yarn lint
ts-build-branch:
executor: rsp-large
Expand Down
19 changes: 0 additions & 19 deletions .eslintignore

This file was deleted.

336 changes: 0 additions & 336 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion bin/pure-render.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = {
}

// Find the variable definition for the object.
const variable = getVariable(context.getScope(), member.object.name);
const variable = getVariable(context.sourceCode.getScope(node), member.object.name);
if (!variable) {
return;
}
Expand Down
Loading

1 comment on commit 0ddbe6f

@rspbot
Copy link

@rspbot rspbot commented on 0ddbe6f Oct 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.