1.0.0 • Published 5 years ago

@nbfe/eslint v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint

// .eslintrc.js


const EslintConfig = require('@nbfe/eslint');


// console.log(EslintConfig);

module.exports = {
    ...EslintConfig,
    // ...
};

mark