🐊Putout plugin adds ability to find and remove quotes from import assertions
npm install @putout/plugin-remove-quotes-from-import-assertions[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-quotes-from-import-assertions.svg?style=flat&longCache=true
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-quotes-from-import-assertions"npm"
> The new import assertions feature allows module import statements to include additional information alongside the module specifier. An initial use for the feature is to enable JSON documents to be imported as JSON modules:
>
> (c) MDN
🐊Putout plugin adds ability to find and remove quotes from import assertions.
Checkout in 🐊Putout Editor. Merged to @putout/plugin-esm.
```
npm i @putout/plugin-remove-quotes-from-import-assertions
`json`
{
"rules": {
"remove-quotes-from-import-assertions": "on"
}
}
`js`
import json from './mod.json' with { type: 'json' };
`js``
import json from './mod.json' with { type: 'json' };
MIT