astro-ghostcms/.pnpm-store/v3/files/fc/376ceaf1318871b9eba610149d7...

13 lines
203 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* Rules in progress.
*
* Do not expect these to adhere to semver across releases.
* @type {Object}
*/
module.exports = {
plugins: ['import'],
rules: {
'import/no-deprecated': 1,
},
};