- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
15 lines
162 B
Plaintext
15 lines
162 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"globals": {
|
|
"StopIteration": false,
|
|
},
|
|
|
|
"rules": {
|
|
"func-name-matching": [2, "always"],
|
|
"id-length": 0,
|
|
},
|
|
}
|