Skip to content

Conversation

@zoobestik
Copy link
Contributor

Improvements:

  • Check prettier by default linter - it wasn't
  • fix code by pre-commit hook, if it's possible
  • fix release files - delete dist/REMOVEME.js

'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:prettier/recommended',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now, it works like that.

"release:ci": "rm -rf dist && npm run build:all && $NPM_TOKEN=%env.NPM_TOKEN% npm publish",
"start": "webpack-dev-server --port 9002",
"lint": "eslint . --ext .ts",
"prettier": "prettier --write .",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replaced by fix

@@ -0,0 +1 @@
18
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint-staged requirement:

lint-staged@15.0.2: The engine "node" is incompatible with this module. Expected version ">=18.12.0". Got "16.20.2"

@zoobestik zoobestik merged commit f1bc675 into master Nov 27, 2023
@zoobestik zoobestik deleted the dx-improve branch November 27, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants