Skip to content

Commit 4352dc1

Browse files
authored
fix(vanilla): Добавит игнор "срединных разрешений" (#97)
1 parent 14c520d commit 4352dc1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
10.0.1 / 2023-09-19
2+
==================
3+
4+
* Дополнили настройку `check-file/filename-naming-convention` в конфигурационном файле `vanilla`
5+
16
10.0.0 / 2023-09-05
27
==================
38

vanilla.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
'space-infix-ops': 'error',
5151
'brace-style': ['error'],
5252
'space-in-parens': ['error'],
53-
'check-file/filename-naming-convention': ['error', {'**/*.{jsx,tsx,js,ts}': 'KEBAB_CASE'}],
53+
'check-file/filename-naming-convention': ['error', {'**/*.{jsx,tsx,js,ts}': 'KEBAB_CASE'}, {'ignoreMiddleExtensions': true}],
5454
'check-file/folder-naming-convention': ['error', {'**/': 'KEBAB_CASE'}],
5555
},
5656
};

0 commit comments

Comments
 (0)