Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/Fix#6486' into Fix#…
Browse files Browse the repository at this point in the history
…6486
  • Loading branch information
AshrafMd-1 committed Oct 27, 2023
2 parents 38ee562 + 7d3a25c commit e422a39
Show file tree
Hide file tree
Showing 9 changed files with 1,866 additions and 210 deletions.
16 changes: 15 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@
"plugin:i18next/recommended",
"plugin:tailwindcss/recommended"
],
"overrides": [
{
"files": [
"**/*.mdx"
],
"extends": [
"plugin:react/recommended",
"plugin:mdx/recommended"
],
"rules": {
"react/jsx-no-target-blank": "off",
"i18next/no-literal-string": "off"
}
}
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
Expand Down Expand Up @@ -72,7 +87,6 @@
"*.res",
"*.css",
"*.csv",
"*.stories.mdx",
"Dockerfile"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: npm ci

- name: Run lint
run: npm run lint --quiet
run: npm run lint -- --quiet
Loading

0 comments on commit e422a39

Please sign in to comment.