Skip to content

Commit

Permalink
[add] playground (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 20, 2018
1 parent a8f9680 commit 5cc4f9d
Show file tree
Hide file tree
Showing 13 changed files with 13,325 additions and 933 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@ module.exports = {
],
plugins: ["es"],
rules: {
'require-jsdoc': 'error',
"@mysticatea/eslint-plugin/report-message-format": ["error", "[^a-z].*\\.$"],
"@mysticatea/eslint-plugin/require-meta-docs-url": [
"error",
{
pattern: `https://github.com/ota-meshi/eslint-plugin-lodash-template/blob/v${version}/docs/rules/{{name}}.md`,
},
],
"mysticatea/arrow-parens": "off",
'require-jsdoc': 'error',
"no-warning-comments": "warn",
"linebreak-style": "off",
"prefer-rest-params": "off",
"prefer-spread": "off",

// for Node.js V4
"require-unicode-regexp": "off",
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/node_modules
.nyc_output
coverage
playground/node_modules
assets
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="eslint-plugin-lodash-template - playground">
<meta name="keywords" content="eslint-plugin,lodash-template,lodash,eslint">
<title>eslint-plugin-lodash-template - playground</title>
<link rel="icon" href="logo.png">
<meta name="theme-color" content="#3492ff">
<meta property="og:title" content="eslint-plugin-lodash-template" >
<meta property="og:type" content="website" >
<meta property="og:url" content="https://ota-meshi.github.io/eslint-plugin-lodash-template/" >
<meta property="og:image" content="https://ota-meshi.github.io/eslint-plugin-lodash-template/logo.png">
<meta property="og:site_name" content="eslint-plugin-lodash-template" >
<meta property="og:description" content="eslint-plugin-lodash-template - playground" >
<meta name="twitter:card" content="summary" >
<meta name="twitter:image" content="https://ota-meshi.github.io/eslint-plugin-lodash-template/logo.png">
<meta name="twitter:title" content="eslint-plugin-lodash-template" >
<meta name="twitter:description" content="eslint-plugin-lodash-template - playground" >
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<style type="text/css">
html, body {
margin: 0;
}
body {
font-family: Roboto;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="./assets/app.js"></script>
</body>
</html>
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5cc4f9d

Please sign in to comment.