mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-15 12:09:21 +00:00
First @dzeio/config version
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
15
packages/config/eslint/react.json
Normal file
15
packages/config/eslint/react.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": [
|
||||
"./base",
|
||||
"plugin:react/recommended"
|
||||
],
|
||||
"settings": {
|
||||
"react": {
|
||||
"version": "detect"
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"react"
|
||||
],
|
||||
"rules": {}
|
||||
}
|
Reference in New Issue
Block a user