Skip to content

Commit e6735e4

Browse files
committed
add .editorconfig and .eslintignore
1 parent 6583742 commit e6735e4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

.eslintignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
gatsby-config.js
22
gatsby-node.js
3+
tailwind.config.js
4+
postcss.config.js
5+
gatsby-browser.js

0 commit comments

Comments
 (0)