Skip to content

Commit

Permalink
Merge pull request #18 from sima-land/17-no-alert
Browse files Browse the repository at this point in the history
#17 Добавить правило no-alert
  • Loading branch information
krutoo authored Jul 22, 2022
2 parents 30e6058 + 607838f commit 14920e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ module.exports = {
'jsdoc/require-returns-description': 'error',
'jsdoc/require-returns-type': 'error',
'jsdoc/valid-types': 'error',
'no-alert': 'error',
'no-array-constructor': 'error',
'no-console': 'error',
'no-duplicate-imports': 'error',
Expand Down

0 comments on commit 14920e2

Please sign in to comment.