Skip to content

Commit

Permalink
Use prettier for formatting e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ezdac committed Oct 10, 2024
1 parent d30f0c6 commit 981f87f
Show file tree
Hide file tree
Showing 13 changed files with 7,707 additions and 7,671 deletions.
4 changes: 4 additions & 0 deletions op-e2e/celo/.prettierrc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
trailingComma = "es5"
tabWidth = 4
semi = false
singleQuote = true
2 changes: 1 addition & 1 deletion op-e2e/celo/babel.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
}
6 changes: 3 additions & 3 deletions op-e2e/celo/jest.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"transformIgnorePatterns": [
"node_modules/(?!(string-width|strip-ansi|ansi-regex|test-json-import)/)"
]
"transformIgnorePatterns": [
"node_modules/(?!(string-width|strip-ansi|ansi-regex|test-json-import)/)"
]
}
Loading

0 comments on commit 981f87f

Please sign in to comment.