We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
**/*.spec.js
1 parent 840d021 commit bc21501Copy full SHA for bc21501
packages/eslint-config-airbnb-base/rules/imports.js
@@ -76,6 +76,7 @@ module.exports = {
76
'test.js', // repos with a single test file
77
'test-*.js', // repos with multiple top-level test files
78
'**/*.test.js', // tests where the extension denotes that it is a test
79
+ '**/*.spec.js', // tests where the extension denotes that it is a test
80
'**/webpack.config.js', // webpack config
81
'**/webpack.config.*.js', // webpack config
82
'**/rollup.config.js', // rollup config
0 commit comments