Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Dec 2, 2023
1 parent 3da061f commit cc41838
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
jsxBracketSameLine: true,
arrowParens: 'avoid',
},
]
],
},
overrides: [
/* Allow require imports for internal scripts */
Expand Down Expand Up @@ -119,13 +119,14 @@ module.exports = {
{
patterns: [
{
"group": ['**/environment/**'],
"message": "Imports from environment directory are forbidden in the library files."
}
group: ['**/environment/**'],
message:
'Imports from environment directory are forbidden in the library files.',
},
],
},
]
}
}
],
},
},
],
};

0 comments on commit cc41838

Please sign in to comment.