Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Pelak committed Mar 18, 2024
1 parent c71029a commit f529a19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
],
"plugins": ["prettier"],
"rules": {
"@typescript-eslint/no-unused-vars": 1
"@typescript-eslint/no-unused-vars": [
"warn",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
]
}
}
2 changes: 0 additions & 2 deletions src/components/HowItWorks/InfographicAnimation/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ const modelStack_0 = '/assets/model-stack/layer_0.svg';
const modelStack_1 = '/assets/model-stack/layer_1.svg';
const modelStack_2 = '/assets/model-stack/layer_2.svg';

import styles from './InfographicAnimation.module.scss';

export const infographicList = {
taxonomy: {
originalWidth: 512,
Expand Down

0 comments on commit f529a19

Please sign in to comment.