Skip to content

Commit

Permalink
Render content + Add Eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalmaster committed Aug 18, 2022
1 parent 5a8ee75 commit b76ca17
Show file tree
Hide file tree
Showing 12 changed files with 2,155 additions and 179 deletions.
Empty file added .editorconfig
Empty file.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": ["eslint:recommended"],
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module",
"allowImportExportEverywhere": true
}
}
7 changes: 6 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{}
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}
Loading

0 comments on commit b76ca17

Please sign in to comment.