I hereby claim:
- I am stefanodevuono on github.
- I am stefanodevuono (https://keybase.io/stefanodevuono) on keybase.
- I have a public key ASANivRex6q2vXcxBNQBJjFZM6Psr9zMsPEX4Ch7-ggumAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # frozen_string_literal: true | |
| require "bundler/inline" | |
| gemfile(true) do | |
| source "https://rubygems.org" | |
| git_source(:github) { |repo| "https://github.com/#{repo}.git" } | |
| # Activate the gem you are reporting the issue against. |
| { | |
| "eslintConfig": { | |
| "parserOptions": { | |
| "ecmaFeatures": { | |
| "jsx": true | |
| } | |
| }, | |
| "extends": [ | |
| "standard", | |
| "plugin:react/recommended" |
| { | |
| "eslintConfig": { | |
| "extends": [ | |
| "prettier-standard" | |
| ] | |
| }, | |
| "//": "npm i -D eslint-config-prettier-standard eslint eslint-config-prettier eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint-plugin-prettier prettier" | |
| } |
| const webpack = require('webpack'), | |
| path = require('path'), | |
| HtmlWebpackPlugin = require('html-webpack-plugin'), | |
| OpenBrowserPlugin = require('open-browser-webpack-plugin'), | |
| ExtractTextPlugin = require('extract-text-webpack-plugin'); | |
| const title = 'Page Title'; | |
| const _fontHelper = (mimetype) => { | |
| return [{ |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title></title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
| <link rel="import" href="../topeka-elements/category-images.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../topeka-elements/theme.html"> | |
| <link rel="import" href="../topeka-elements/topeka-resources.html"> | |
| <link rel="import" href="../topeka-elements/topeka-categories.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> |