Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need documentation for Telescope's eslint-config-telescope npm package #3732

Open
2 tasks
cindyorangis opened this issue Oct 22, 2022 · 0 comments
Open
2 tasks
Labels
area: tools developer experience Helping the Developer Experience type: documentation (docs) Improvements or additions to documentation

Comments

@cindyorangis
Copy link
Contributor

Where is the problem?

  • Link comment/file/somewhere else
  • Screenshot

What exactly is wrong:
We publish and maintain the npm package @senecacdot/eslint-config-telescope but we don't have any documentation on it. I don't remember how to update and publish a release for it.

{
"name": "@senecacdot/eslint-config-telescope",
"version": "1.1.0",
"description": "ESLint config for Telescope",
"main": "index.js",
"repository": "Seneca-CDOT/telescope",
"license": "BSD-2-Clause",
"scripts": {
"clean": "pnpm rimraf .turbo node_modules || pnpm rimraf node_modules"
},
"peerDependencies": {
"eslint": "7.32.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-anti-trojan-source": "1.1.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "25.7.0",
"eslint-plugin-jest-playwright": "0.7.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"typescript": "4.4.4"
}
}

What should it be instead:

@cindyorangis cindyorangis added developer experience Helping the Developer Experience type: documentation (docs) Improvements or additions to documentation area: tools area: autodeployment Anything related to auto deployment and removed area: autodeployment Anything related to auto deployment labels Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tools developer experience Helping the Developer Experience type: documentation (docs) Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant