UNPKG

282 BJavaScriptView Raw
1// this might be useful for eslint-plugin-import
2const app = require('.')()
3
4module.exports = app.createConfigs()[0]
5
6/* example .eslintrc
7{
8 "settings": {
9 "import/resolver": {
10 "webpack": {
11 "config": "./node_modules/ream/webpack.config.js"
12 }
13 }
14 }
15}
16*/