Skip to content

Commit

Permalink
fix(eslint-config): disallow extends native/global
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Jan 18, 2024
1 parent 332fe47 commit fb0be39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ module.exports = {
'require-await': 'error',
'multiline-comment-style': ['error', 'starred-block'],
'no-prototype-builtins': 'off',
'no-global-assign': 'error',
'no-extend-native': 'error',
'padding-line-between-statements': [
'error',
{
Expand Down

0 comments on commit fb0be39

Please sign in to comment.