Skip to content

Commit

Permalink
fix(update tslint): updates 20240130
Browse files Browse the repository at this point in the history
  • Loading branch information
a-buono committed Jan 30, 2024
1 parent 161564a commit 9396044
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions fe-piattaforma/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ webpack/*.js
config/*.js
babel.config.js
cypress
node_modules/@marketto
node_modules/marketto
node_modules/@marketto/codice-fiscale-utils
node_modules/marketto/codice-fiscale-utils
node***modules/@marketto
@marketto
2 changes: 1 addition & 1 deletion fe-piattaforma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"formatter": "@commitlint/format"
},
"dependencies": {
"@marketto/codice-fiscale-utils": "^2.1.2",
"@reduxjs/toolkit": "^1.8.0",
"axios": "^0.26.1",
"bootstrap-italia": "^1.6.3",
Expand Down Expand Up @@ -49,6 +48,7 @@
"typeface-titillium-web": "^1.1.13"
},
"devDependencies": {
"@marketto/codice-fiscale-utils": "^2.1.2",
"@babel/core": "^7.18.2",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
Expand Down
2 changes: 0 additions & 2 deletions fe-piattaforma/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
"exclude": [
"node_modules",
"cypress",
"marketto",
"@marketto",
"node***modules/@marketto"
],
"include": ["src/**/*"]
}

0 comments on commit 9396044

Please sign in to comment.