mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 05:06:50 +03:00
c68b34e4b8
BREAKING CHANGES: Switch from pure-color to color which could change behavior of string parsing or results. No API changes.
14 lines
363 B
JSON
14 lines
363 B
JSON
{
|
|
"plugins": ["jest"],
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
|
"plugin:jest/recommended",
|
|
"plugin:jest/style",
|
|
"plugin:prettier/recommended",
|
|
"prettier/@typescript-eslint"
|
|
]
|
|
}
|