Skip to content

Commit

Permalink
ADCIO-3591) fix) fix cds table badge align issue (#70)
Browse files Browse the repository at this point in the history
* fix: fix eslint error

* fix: fix table badge align issue

* fix: fix table badge align issue

---------

Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo authored May 28, 2024
1 parent d4a368c commit 754bf97
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 366 deletions.
24 changes: 0 additions & 24 deletions .eslintrc.cjs

This file was deleted.

31 changes: 31 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"env": {
"browser": true
},
"extends": ["eslint:recommended", "plugin:react/recommended", "plugin:prettier/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
},
"plugins": ["react", "prettier"],
"settings": {
"react": {
"version": "detect"
}
},
"rules": {
"linebreak-style": "off",
"quotes": ["error", "single"],
"semi": ["error", "always"],
"react/react-in-jsx-scope": "off",
"prettier/prettier": ["error", { "endOfLine": "auto" }],
"no-unused-vars": "warn",
"react/display-name": "off",
"react/no-unknown-property": ["error", { "ignore": ["css"] }]
},
"ignorePatterns": ["dist", "vite.config.ts"]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^6.8.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier": "^2.6.2",
"storybook": "^7.6.17",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
Expand Down
Loading

0 comments on commit 754bf97

Please sign in to comment.