mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* [eslint] automatically determine dev packages
* remove old eslint overrides that are not needed anymore
(cherry picked from commit 1f514d7c00
)
# Conflicts:
# .eslintrc.js
# packages/kbn-type-summarizer/package.json
10 lines
No EOL
194 B
JSON
10 lines
No EOL
194 B
JSON
{
|
|
"name": "@kbn/optimizer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "SSPL-1.0 OR Elastic License 2.0",
|
|
"main": "./target_node/index.js",
|
|
"kibana": {
|
|
"devOnly": true
|
|
}
|
|
} |