UNPKG

@rockpack/codestyle

Version:

The best practice for ESLint and TSLint

12 lines (8 loc) 177 B
const { makeConfig } = require('./index.js'); const config = makeConfig(); config.push({ rules: { 'package-json/require-type': 'off', }, }); module.exports = config;