Skip to content

Commit

Permalink
test broken config
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Nov 24, 2023
1 parent 978f7a5 commit 28522ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint-config-cityssm.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
'unicorn'
],
extends: [
'eslint:recommended',
'esli nt:recommended',
'standard-with-typescript',
'plugin:eslint-comments/recommended',
'plugin:import/recommended',
Expand Down
2 changes: 1 addition & 1 deletion eslint-config-cityssm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
'unicorn'
],
extends: [
'eslint:recommended',
'esli nt:recommended',
'standard-with-typescript',
'plugin:eslint-comments/recommended',
'plugin:import/recommended',
Expand Down

0 comments on commit 28522ee

Please sign in to comment.