We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d4aac commit 6b2ef05Copy full SHA for 6b2ef05
2 files changed
.devcontainer/devcontainer.json
@@ -5,6 +5,7 @@
5
"vscode": {
6
"settings": {
7
"editor.defaultFormatter": "esbenp.prettier-vscode",
8
+ "editor.wordWrap": "off",
9
"prettier.resolveGlobalModules": true
10
},
11
"extensions": [
README.md
@@ -595,6 +595,7 @@ For example:
595
- Lint only the `src` folder: `FILTER_REGEX_INCLUDE: .*src/.*`
596
- Do not lint files inside test folder: `FILTER_REGEX_EXCLUDE: .*test/.*`
597
- Do not lint JavaScript files inside test folder: `FILTER_REGEX_EXCLUDE: .*test/.*.js`
598
+- Do not lint files named `gradlew` and JavaScript files inside a specific directory: `.*/gradlew|.*/specific/directory/*.js`
599
600
<!-- This `README.md` has both markers in the text, so it is considered not generated. -->
601
0 commit comments