* Fix input group border radius issue (#25075) * Remove migration note - All buttons In input group do not have to be the same element now. * lint
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
{
"extends": "eslint:recommended",
"env": {
"browser": true,
"commonjs": true,
"node": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 6
"rules": {
"no-console": "off",
"strict": ["error", "global"],
"curly": "warn"
}