This is required to prevent errors when checking using eslint for docs folder. Scaffolding is to be added in subsequent diff.
Should not include node_modules and build folder for git, they can be compiled via yarn and yarn build respectively.
Differential D3275
[1/n][docs] add docs/ to .gitignore and .eslintignore ashoat on Feb 23 2022, 4:40 PM. Authored by Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions Are we sure we want to ignore eslint for the entire docs workspace? I'm not sure what the docs directory looks like (eg is the only thing we're "providing" the markdown? is there any JS or anything that we're going to write?) so it's hard to know whether we should skip linting entirely Comment Actions Agree with atul, we should be lining and using prettier in the docs. I know prettier auto formats markdown files in my editor. |