Skip to content

Commit

Permalink
fixup! fixup! fixup! Feat(codemod): Introduce codemod package
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Feb 19, 2024
1 parent aeb2177 commit a5e5bd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
'packages/web-react',
'packages/web',
'packages/form-validations',
'packages/codemod',
'exporters/scss',
'exporters/js',
],
Expand Down
5 changes: 5 additions & 0 deletions packages/codemod/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @lmc-eu/spirit-codemod

## Install

## Usage
2 changes: 1 addition & 1 deletion packages/codemod/config/tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../tsconfig.json",
"include": ["../", "../.eslintrc.js"]
"include": ["../", "../.eslintrc.cjs"]
}

0 comments on commit a5e5bd2

Please sign in to comment.