Skip to content

Commit

Permalink
docs(examples): fix eslintrc (remix-run#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Jan 15, 2022
1 parent a23bd2d commit 966157e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions examples/.eslintrc

This file was deleted.

2 changes: 1 addition & 1 deletion examples/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
rules: {
"prefer-const": "warn",
"prefer-const": "error",

// because in our examples we shouldn't care
"import/order": "off"
Expand Down

0 comments on commit 966157e

Please sign in to comment.