This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
imageify/.eslintrc.json
2022-11-15 03:32:13 +00:00

7 lines
118 B
JSON

{
"extends": ["next/core-web-vitals", "plugin:security/recommended"],
"parserOptions": {
"ecmaVersion": 2022
}
}