Skip to content

Instantly share code, notes, and snippets.

@helmi03
helmi03 / .eslintrc
Created January 18, 2018 02:06
eslintrc
{
"extends": "airbnb",
"parser": "babel-eslint",
"plugins": [
"babel"
],
"env": {
"browser":true
},
"rules": {
var path = require('path')
module.exports = {
context: __dirname,
output: {
library: 'MapboxDirections',
libraryTarget: 'var',
path: path.resolve(__dirname, 'dist'),
filename: 'mapbox-gl-directions.js'
},