Skip to content

Commit 2711307

Browse files
Merge pull request #91 from ali2-godaddy/fix-left-translation
feat: [FIND-7602] Enhanced slide transition to work for multiple slides
2 parents a79dcad + 8173db2 commit 2711307

File tree

7 files changed

+801
-191
lines changed

7 files changed

+801
-191
lines changed

.babelrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
],
99
"@babel/preset-react"
1010
],
11-
"plugins": [
12-
"@babel/plugin-transform-runtime"
13-
]
11+
"plugins": ["@babel/plugin-transform-runtime"]
1412
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"prebuild": "npm run clean",
2929
"build": "babel src -d lib --extensions '.js,.jsx' && lessc src/carousel.less lib/carousel.css && postcss --no-map --use autoprefixer -o lib/carousel.css lib/carousel.css",
3030
"lint": "eslint --ext .js,.jsx src/ test/",
31+
"lint:fix": "npm run lint -- --fix",
3132
"unit": "vitest run",
3233
"test": "vitest run --coverage",
3334
"test:watch": "vitest",

0 commit comments

Comments
 (0)