Skip to content

Commit

Permalink
build: remplacement de concurently par turbo repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JLou committed Feb 18, 2025
1 parent 607097d commit d8d5e01
Show file tree
Hide file tree
Showing 6 changed files with 3,260 additions and 786 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dist/
.idea

*storybook.log
coverage/
coverage/
.turbo
4 changes: 2 additions & 2 deletions config/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
"import/prefer-default-export": "off",
"import/no-default-export": "error",
"import/extensions": [
"error",
"off",
"ignorePackages",
{
ts: "never",
Expand All @@ -40,7 +40,7 @@ module.exports = {
],
"import/no-unresolved": [
"error",
{ ignore: ["@axa-fr\\/design-system-css(.*)\\.(scss|css|svg)"] },
{ ignore: ["@axa-fr\\/design-system-(.*)-css/(.*)\\.(scss|css|svg)"] },
],

// eslint-plugin-react https://github.com/jsx-eslint/eslint-plugin-react
Expand Down
Loading

0 comments on commit d8d5e01

Please sign in to comment.