chore(tools): remove remark
Now that we use prettier, we can automatically format the README anyways. The only difference then would be the automatic table of contents, but the structure of the README does not change often and is not very complex, so there is not really a need to automate thispull/948/head
parent
02dffe1060
commit
91b9f13c85
@ -1,39 +0,0 @@
|
||||
{
|
||||
"ignoreDefaults": true,
|
||||
"exclude": [
|
||||
"^coverage/",
|
||||
"^node_modules/",
|
||||
"^es/",
|
||||
"^helpers/",
|
||||
"^modules/",
|
||||
"^test/",
|
||||
"^h.d.ts",
|
||||
"^h.js",
|
||||
"^h.js.map",
|
||||
"^hooks.d.ts",
|
||||
"^hooks.js",
|
||||
"^hooks.js.map",
|
||||
"^htmldomapi.d.ts",
|
||||
"^htmldomapi.js",
|
||||
"^htmldomapi.js.map",
|
||||
"^is.d.ts",
|
||||
"^is.js",
|
||||
"^is.js.map",
|
||||
"^jsx.d.ts",
|
||||
"^jsx-global.d.ts",
|
||||
"^jsx.js",
|
||||
"^jsx.js.map",
|
||||
"^snabbdom.d.ts",
|
||||
"^snabbdom.js",
|
||||
"^snabbdom.js.map",
|
||||
"^thunk.d.ts",
|
||||
"^thunk.js",
|
||||
"^thunk.js.map",
|
||||
"^tovnode.d.ts",
|
||||
"^tovnode.js",
|
||||
"^tovnode.js.map",
|
||||
"^vnode.d.ts",
|
||||
"^vnode.js",
|
||||
"^vnode.js.map"
|
||||
]
|
||||
}
|
@ -1 +0,0 @@
|
||||
/CHANGELOG.md
|
Loading…
Reference in New Issue