Skip to content

Commit

Permalink
fix(core): fixing chart flickering
Browse files Browse the repository at this point in the history
Reverting changes to the GenericComponent for now to fix flicker.
  • Loading branch information
markmcdowell committed May 11, 2023
1 parent 5f38f06 commit 9fe8cc7
Show file tree
Hide file tree
Showing 22 changed files with 13,923 additions and 20,151 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ extends:
- "plugin:@typescript-eslint/recommended"
- "prettier/@typescript-eslint"
- "plugin:prettier/recommended"
- "plugin:jest/recommended"
rules:
"@typescript-eslint/explicit-member-accessibility": error
"@typescript-eslint/explicit-module-boundary-types": off
Expand All @@ -37,5 +36,4 @@ settings:
react:
version: detect
env:
jest: true
node: true
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ You can run `npm run lint` to show any style issues separate from the build.

## Tests

Tests are using jest, please see existing tests for recommended formatting.
Tests are using storybook, please see existing tests for recommended formatting.
Loading

0 comments on commit 9fe8cc7

Please sign in to comment.