Skip to content

Commit

Permalink
Merge pull request #343 from github/allow-.server.ext]-file-extension
Browse files Browse the repository at this point in the history
allow `.prefix.ext` file extension
  • Loading branch information
theinterned committed Dec 6, 2022
2 parents d4d7e7f + b7029db commit 1d1e833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configs/recommended.js
Expand Up @@ -18,7 +18,7 @@ module.exports = {
'eslint-comments/no-unused-disable': 'error',
'eslint-comments/no-unused-enable': 'error',
'eslint-comments/no-use': ['error', {allow: ['eslint', 'eslint-disable-next-line', 'eslint-env', 'globals']}],
'filenames/match-regex': ['error', '^[a-z0-9-]+(.d|.config)?$'],
'filenames/match-regex': ['error', '^[a-z0-9-]+(.d|.config|.server)?$'],
'func-style': ['error', 'declaration', {allowArrowFunctions: true}],
'github/array-foreach': 'error',
'github/no-implicit-buggy-globals': 'error',
Expand Down

0 comments on commit 1d1e833

Please sign in to comment.