Final fix for 2.0.0
This commit is contained in:
parent
86416b6377
commit
af6fb86ff3
3 changed files with 150 additions and 139 deletions
15
index.js
15
index.js
|
@ -1,5 +1,16 @@
|
||||||
module.exports = {
|
import recommended from './configs/recommended.js';
|
||||||
|
// import packageConfig from './package.json' with { type: 'json' };
|
||||||
|
|
||||||
|
const plugin = {
|
||||||
|
meta: {
|
||||||
|
// name: packageConfig.name,
|
||||||
|
// version: packageConfig.version,
|
||||||
|
name: '@valkyriecoms/eslint-plugin',
|
||||||
|
version: '1.0.0',
|
||||||
|
},
|
||||||
configs: {
|
configs: {
|
||||||
recommended: require('./configs/recommended'),
|
recommended,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export default plugin;
|
||||||
|
|
Loading…
Reference in a new issue