We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43f91a commit bff1684Copy full SHA for bff1684
2 files changed
.gitattributes
@@ -0,0 +1 @@
1
+text=auto
packages/fastboot-express-middleware/.eslintrc.js
@@ -9,6 +9,14 @@ module.exports = {
9
node: true,
10
es6: true,
11
},
12
+ rules: {
13
+ "prettier/prettier": [
14
+ "error",
15
+ {
16
+ endOfLine: "auto",
17
+ }
18
+ ]
19
+ },
20
overrides: [
21
{
22
files: ['test/**/*-test.js'],
0 commit comments