๐Ÿ“ฆ ljharb / eslint-config

๐Ÿ“„ index.js ยท 7 lines
1
2
3
4
5
6
7'use strict';

var fs = require('fs');
var path = require('path');

module.exports = JSON.parse(String(fs.readFileSync(path.join(__dirname, 'eslint-config.json'))));