Skip to content

Commit

Permalink
Merge pull request #51 from keyoke/keyoke/features
Browse files Browse the repository at this point in the history
Keyoke/features
  • Loading branch information
keyoke authored Oct 5, 2021
2 parents 52ecc9b + ddeb00e commit d548aee
Show file tree
Hide file tree
Showing 9 changed files with 1,890 additions and 58 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
packages
packages
webpack.config.js
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
"no-restricted-syntax": 0,
"no-return-await": 0,
"no-console": 0,
"@typescript-eslint/ban-types": [
"error",
{
"extendDefaults": true,
"types": {
"{}": false
}
}
],
"prettier/prettier": [
"error",
{
Expand Down
13 changes: 13 additions & 0 deletions block-duplicate-project-admin.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title></title>
</head>

<body>
<div id="root"></div>
<script src="scripts/block-duplicate-project-admin.js"></script>
</body>
</html>
Loading

0 comments on commit d548aee

Please sign in to comment.