Skip to content

Commit b15b0a5

Browse files
authored
Merge branch 'develop' into dependabot/composer/sabberworm/php-css-parser-8.8.0
2 parents 7543213 + c876f2d commit b15b0a5

File tree

3 files changed

+1961
-7776
lines changed

3 files changed

+1961
-7776
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ module.exports = {
127127
// Disabling because we are not using typescript.
128128
// @see <https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/unbound-method.md>
129129
'jest/unbound-method': 'off',
130+
'jest/prefer-ending-with-an-expect': 'off',
130131
},
131132
},
132133
{
@@ -149,6 +150,7 @@ module.exports = {
149150
'jest/unbound-method': 'off',
150151
// Disabling because it's not the Jest environment.
151152
'jest/prefer-importing-jest-globals': 'off',
153+
'jest/prefer-ending-with-an-expect': 'off',
152154
},
153155
},
154156
{

0 commit comments

Comments
 (0)