Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit ad2f633

Browse files
committed
chore: replace EsLint rawbot preset by @liip-lausanne
1 parent ef40713 commit ad2f633

File tree

3 files changed

+15
-20
lines changed

3 files changed

+15
-20
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["rawbot", "plugin:prettier/recommended"],
2+
"extends": ["@liip-lausanne", "plugin:prettier/recommended"],
33
"env": {
44
"browser": true,
55
"node": true

package-lock.json

Lines changed: 13 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@babel/preset-env": "^7.18.2",
5050
"@frctl/fractal": "^1.5.13",
5151
"@frctl/nunjucks": "^2.0.14",
52+
"@liip-lausanne/eslint-config": "^1.0.0",
5253
"@release-it/conventional-changelog": "^5.0.0",
5354
"autoprefixer": "^10.4.7",
5455
"babel-loader": "^8.2.5",
@@ -60,7 +61,6 @@
6061
"cssnano": "^5.1.10",
6162
"eslint": "^8.16.0",
6263
"eslint-config-prettier": "^8.5.0",
63-
"eslint-config-rawbot": "^1.1.1",
6464
"eslint-plugin-prettier": "^4.0.0",
6565
"glob": "^7.2.0",
6666
"mini-css-extract-plugin": "^2.6.0",

0 commit comments

Comments
 (0)