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

13 lines
203 B
Plaintext

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