Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

best way to setup nextjs project

{
  "extends": ["next", "next/core-web-vitals", "eslint:recommended"],
  "globals": {
    "React": "readonly"
  },
  "rules": {
    "no-unused-vars": [1, { "args": "after-used", "argsIgnorePattern": "^_" }]
  }
}
Source by dev.to #
 
PREVIOUS NEXT
Tagged: #setup #nextjs #project
ADD COMMENT
Topic
Name
8+1 =