eslint-plugin-local-storage-with-try-catch
v0.0.0
Published
> description:
Downloads
2
Readme
eslint-plugin-local-storage-without-try-catch
description: A eslint plugin to check if the local storage setItem is used without try-catch
Features
Try it now
# setup eslint env
pnpm i eslint eslint-plugin-local-storage-without-try-catch -D
npx eslint --init
eslint config
{
"plugins": ["local-storage-without-try-catch"],
}