We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47460e commit 49c30bfCopy full SHA for 49c30bf
.eslintignore
@@ -1,6 +1,4 @@
1
-build/
2
components/
3
coverage/
4
-build.js
5
mdast-util-definitions.js
6
mdast-util-definitions.min.js
.gitignore
@@ -1,7 +1,5 @@
.DS_Store
*.log
node_modules/
7
.jscs.json
@@ -1,10 +1,8 @@
{
"excludeFiles": [
- "build/",
"components/",
"coverage/",
"node_modules/",
- "build.js",
8
"mdast-util-definitions.js",
9
"mdast-util-definitions.min.js"
10
],
bower.json
@@ -23,11 +23,9 @@
23
".*",
24
"*.log",
25
"*.md",
26
27
28
29
30
31
"index.js",
32
"test.js",
33
"component.json",
0 commit comments