Skip to content

Commit 37e6676

Browse files
refactor: added new line ending space to babel file
1 parent 99032c3 commit 37e6676

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"presets": ["es2015", "react"]
3-
}
3+
}

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,5 @@
177177
// "jsx-a11y/img-redundant-alt": "warn",
178178
// "jsx-a11y/no-access-key": "warn"
179179
}
180-
}
180+
}
181+

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.DS_Store
22
build
33
node_modules
4-
*.log
4+
*.log

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.babelrc
22
lib
3-
CODE_OF_CONDUCT.md
3+
CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)