Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.52 KB

files.md

File metadata and controls

29 lines (20 loc) · 1.52 KB

Configuration

The root folder

The root folder

  • .eslintrc: Eslint settings which help us code easier and cleaner

.babelrc:

All Babel API options except the callbacks are allowed (because .babelrc files are serialized as JSON5).

.gitignore:

Tells git to ignore certain files and folders which don't need to be version controlled, like the build folder.