Skip to content

Instantly share code, notes, and snippets.

View JustFly1984's full-sized avatar

Alexey Lyakhov JustFly1984

  • https://dataart.com
  • Thailand
View GitHub Profile
@JustFly1984
JustFly1984 / gist:8400347d710f8de4295a638275872540
Created October 16, 2017 19:25
ultimate eslint config. just paste into `package.json`
"eslintConfig": {
"parser": "babel-eslint",
"extends": [
"standard",
"standard-react"
],
"plugins": [
"import"
],
"env": {
@JustFly1984
JustFly1984 / async-css-&-fonts-loader.js
Last active April 11, 2016 14:02
Async CSS and Fonts DOM injection ES6 library
/*
* Whole module based on https://github.com/filamentgroup/loadCSS library
*/
/*
* Object with all css file hrefs with proper hash for cache invalidation,
* for all pages, made by Gulp from manifest.json at build time.
*/
import { css } from "./manifest-json/css.js";