Skip to content

Commit

Permalink
chore: order nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jun 9, 2022
1 parent c23ec89 commit b2a320d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
'use strict'

module.exports = {
env: {
jest: true,
},

extends: [
'eslint:recommended',
'eslint-config-airbnb-base',
'plugin:prettier/recommended',
],

env: {
jest: true,
},

globals: {
RUN_TEST_AGAINST_AWS: true,
TEST_BASE_URL: true,
Expand Down

0 comments on commit b2a320d

Please sign in to comment.