You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 line
161 B

  1. {
  2. "extends": ["next/core-web-vitals", "prettier"],
  3. "plugins": ["prettier"],
  4. "rules": {
  5. "prettier/prettier": "warn",
  6. "no-unused-vars": "warn"
  7. }
  8. }