mirror of
https://github.com/alrayyes/my-opinionated-gatsby-starter
synced 2023-11-14 15:56:29 +00:00
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["@typescript-eslint", "jest"],
|
|
"extends": [
|
|
"react-app",
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"plugin:react/recommended",
|
|
"plugin:prettier/recommended",
|
|
"prettier/@typescript-eslint",
|
|
"plugin:jest/recommended"
|
|
],
|
|
"rules": {
|
|
"react/prop-types": "off"
|
|
}
|
|
}
|