eslint-config-tui
Version:
ESLint sharable config for TUI components
30 lines (29 loc) • 646 B
JSON
{
"name": "eslint-config-tui",
"version": "6.16.0",
"description": "ESLint sharable config for TUI components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"eslint": "^9.16.0",
"globals": "^15.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nhn/tui.eslint.config.git"
},
"keywords": [
"eslint",
"eslint-config",
"eslint.config",
"nhn",
"nhn cloud",
"tui",
"tui.eslint.config",
"tui.eslint"
],
"author": "NHN Cloud. FE Development Lab <dl_javascript@nhn.com>",
"license": "MIT"
}