Skip to content

Commit d9d27f3

Browse files
authored
Merge pull request #2625 from GuillaumeGomez/simplify-resources-location
Simplify resources location
2 parents 4946c78 + 4886c92 commit d9d27f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+24
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"eslint": "^8.57.1"
55
},
66
"scripts": {
7-
"lint": "eslint src/theme/*js src/theme/**/*js",
8-
"lint-fix": "eslint --fix src/theme/*js src/theme/**/*js"
7+
"lint": "eslint src/front-end/*js src/front-end/**/*js",
8+
"lint-fix": "eslint --fix src/front-end/*js src/front-end/**/*js"
99
}
1010
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)