tunnckoCore/eslint-config-charlint

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage
/*!
 * eslint-config-charlint <https://github.com/tunnckoCore/eslint-config-charlint>
 *
 * Copyright (c) Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)
 * Released under the MIT license.
 */

'use strict'

const fs = require('fs')
const value = fs.readFileSync('./.eslintrc.json', 'utf8')

module.exports = JSON.parse(value)