-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
1,144 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"extends": ["react-app", "react-app/jest", "prettier"], | ||
"plugins": ["prettier"], | ||
"parser":"@babel/eslint-parser", | ||
"settings": { | ||
"import/resolver": { | ||
"node": { | ||
"paths": ["src"] | ||
} | ||
} | ||
}, | ||
"rules": { | ||
"react/jsx-props-no-spreading": "off", | ||
"camelcase": 0, | ||
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }], | ||
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }], | ||
"react/no-unescaped-entities": "off" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.36d87df6.css", | ||
"main.js": "./static/js/main.ed5ef913.js", | ||
"index.html": "./index.html", | ||
"main.36d87df6.css.map": "./static/css/main.36d87df6.css.map", | ||
"main.ed5ef913.js.map": "./static/js/main.ed5ef913.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.36d87df6.css", | ||
"static/js/main.ed5ef913.js" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="React-CRUD-Icons: Set of SVG icons for CRUD applications packaged as a React component with light & dark themes and tooltip."/><meta name="keywords" content="SVG icon icons iconset CRUD React component theme"/><link rel="manifest" href="./manifest.json"/><title>React-CRUD-Icons</title><script defer="defer" src="./static/js/main.ed5ef913.js"></script><link href="./static/css/main.36d87df6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"short_name": "React-CRUD-Icons", | ||
"name": "React-CRUD-Icons demo", | ||
"icons": [ | ||
{ | ||
"src": "favicon.png", | ||
"sizes": "64x64 32x32 24x24 16x16", | ||
"type": "image/x-icon" | ||
} | ||
], | ||
"start_url": "./index.html", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# As always, Asimov's Three Laws of Robotics are in effect: | ||
# 1. A robot may not injure a human being or, through inaction, allow a human | ||
# being to come to harm. | ||
# 2. A robot must obey orders given it by human beings except where such | ||
# orders would conflict with the First Law. | ||
# 3. A robot must protect its own existence as long as such protection does | ||
# not conflict with the First or Second Law. | ||
|
||
# https://www.robotstxt.org/robotstxt.html | ||
User-agent: * |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.