Skip to content

Commit

Permalink
Config: Integra o Prismic CMS à aplicação
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerrm95 committed May 11, 2021
1 parent a10fa1e commit fa0d115
Show file tree
Hide file tree
Showing 6 changed files with 23,501 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
end_of_line = auto
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
9 changes: 7 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@
"camelcase": "off",
"import/no-duplicates": "off",
"react/jsx-props-no-spreading": "off",
"prettier/prettier": "error",
"prettier/prettier": [
"off",
{
"singleQuote": true
}
],
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"jsx-a11y/anchor-is-valid": [
Expand Down Expand Up @@ -90,4 +95,4 @@
"typescript": {}
}
}
}
}
Loading

0 comments on commit fa0d115

Please sign in to comment.