Skip to content

Commit 3a66078

Browse files
authoredMay 24, 2021
chore: add megalinter (#87)
Closes #83
1 parent 04ff16a commit 3a66078

File tree

79 files changed

+1109
-950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1109
-950
lines changed
 

‎.babel-plugin-macrosrc.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
styledComponents: {
3-
displayName: process.env.NODE_ENV !== 'production',
4-
},
5-
};
3+
displayName: process.env.NODE_ENV !== 'production'
4+
}
5+
}

‎.codecov.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1+
---
12
comment:
23
layout: "reach, diff, flags, files"
34
behavior: default
4-
require_changes: false
5-
require_base: yes
6-
require_head: yes
5+
require_changes: false
6+
require_base: true
7+
require_head: true
78
branches: null
89

9-
# new section in the root YAML, flag_management:
1010
flag_management:
11-
# this section will govern all default rules of Flags
1211
default_rules:
1312
carryforward: boolean?
1413
ignore: [path]?

0 commit comments

Comments
 (0)
Please sign in to comment.