@nexusui/eslint-config
Version:
nexus eslint config
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "@nexusui/eslint-config",
"version": "3.0.0",
"description": "nexus eslint config",
"files": [
"README.md",
"index.js",
"flat.mjs",
"LICENSE",
"Changelog.md",
"Changelog.prerelease.md"
],
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@eslint/js": "^9.21.0",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^5.0.0",
"typescript-eslint": "^8.24.1"
},
"peerDependencies": {
"eslint": "^8.57.0"
},
"homepage": "https://polite-stone-0cd5ef903.1.azurestaticapps.net/?path=/docs/nexusui-eslint-config-readme--readme",
"keywords": [
"hexagon",
"nexus",
"nexusui",
"hmi",
"manufacturing intelligence",
"eslint",
"code style"
],
"license": "BSD-3-Clause",
"exports": {
".": "./index.js",
"./flat": "./flat.mjs",
"./Changelog.md": "./Changelog.md",
"./Changelog.prerelease.md": "./Changelog.prerelease.md"
}
}