Skip to content

Commit

Permalink
Remove obsolete eslint config
Browse files Browse the repository at this point in the history
The new version of @sinonjs/eslint-config makes all this configuration obsolete
  • Loading branch information
mroderick committed Mar 22, 2021
1 parent bcc2d94 commit ce68e01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
extends:
- "@sinonjs/eslint-config"

globals:
ArrayBuffer: false
Map: false
Promise: false
Set: false
Symbol: false

plugins:
- "@sinonjs/no-prototype-methods"

rules:
"@sinonjs/no-prototype-methods/no-prototype-methods": error
# the sinon config is currently using prettier plugin
# once that has been updated, this line can be removed
# See https://github.com/sinonjs/eslint-config-sinon/blob/956db70f2e0566d0e7f8f1f093da4704cf16afb2/index.js#L288-L290
prettier/prettier: off
# This needs to go into eslint-config-sinon
quotes: off
1 change: 0 additions & 1 deletion test/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ rules:
"@sinonjs/no-prototype-methods/no-prototype-methods": off

max-nested-callbacks: off
no-restricted-syntax: [error, "TryStatement"]

0 comments on commit ce68e01

Please sign in to comment.