Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fca2b37

Browse files
committedApr 28, 2021
test
1 parent 76026f4 commit fca2b37

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎.prettierignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ __mocks__
2121
test/fixtures
2222
test/sample
2323
next.config.js
24-
src/cypress/builds/
25-
src/tests/builds/
24+
src/cypress
25+
src/tests

‎.prettierrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
...require('@netlify/eslint-config-node/.prettierrc.json'),
3+
endOfLine: 'auto',
4+
}

‎.prettierrc.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.