Socket
Socket
Sign inDemoInstall

@tinkoff/eslint-config-angular

Package Overview
Dependencies
0
Maintainers
13
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tinkoff/eslint-config-angular

Tinkoff ESLint configs for Angular apps


Version published
Maintainers
13
Created

Changelog

Source

1.0.0-rc.9 (2020-07-20)

  • 1.0.0-rc.0 (#25) (bd28b4c), closes #25
  • Add publish:beta (53aa3d1)
  • bump dependencies to work with Angular 7+ (#11) (42b6233), closes #11
  • chore(release) 0.4.0 (#12) (d368e6c), closes #12
  • chore(release) 0.5.0 (#15) (ad278a2), closes #15
  • Feat/eslint config to js (#49) (0275f63), closes #49
  • fix(eslint-config, eslint-config-react): off class-methods-use-this and react/state-in-constructor r (fae2041), closes #56
  • fix(eslint-config, eslint-config-react): update rules (#53) (40cc0b1), closes #53
  • Initial commit (348cc3d)
  • Npm version badge (#16) (d0bdb06), closes #16
  • release 0.1.0 (9d7c716)
  • release 0.2.0 (7bb7b82)
  • Release 0.3.0 (bec3e70)
  • Release/1.0.0 rc.2 (#28) (7b1fd1d), closes #28
  • test(eslint-config,eslint-config-react,eslint-config-angular): add healthz tests (#46) (e1c4bc4), closes #46
  • Use native parser for js (#33) (6b93c99), closes #33
  • v1.0.0-rc.6 (#47) (7f8c347), closes #47
  • v1.0.0-rc.7 (#52) (898a74c), closes #52
  • v1.0.0-rc.8 (#54) (c221a33), closes #54
  • feat: add rules for rxjs 6 (1d4ecbe)
  • feat: enable in prettier.config.js (#6) (93a6485), closes #6
  • feat: fix deprecated parser (#8) (35b8e4d), closes #8
  • feat: update dependencies stylelint, stylelint-config-standard, stylelint-order (2152ae3)
  • feat(eslint-plugin-tinkoff): add eslint-plugin-tinkoff source code to packages (#43) (2fe98e9), closes #43
  • feat(eslint-plugin-tinkoff): split eslint-plugin-tinkoff (#45) (50d14b1), closes #45
  • feat(eslint): add eslint rules (#23) (f141671), closes #23
  • feat(eslint): migrate rest of custom rules to eslint (#24) (20d24cb), closes #24
  • feat(prettier): prettier enabled by default for .md, .less and ng-templates (#32) (ad08682), closes #32
  • feat(tslint): change angular member ordering (#21) (b0d7112), closes #21
  • feat(tslint): interfaces shoud not start with "I" symbol (e22f9f0)
  • chore(code-of-conduct): add (#17) (94e0975), closes #17
  • chore(CODEOWNERS): add 'nezed' (#36) (33045d6), closes #36
  • chore(github): add CODEOWNERS (#19) (787a035), closes #19
  • chore(package-json): bump version (#30) (bcc1665), closes #30
  • chore(package-json): copy README for @tinkoff/linters package (#39) (73bfa11), closes #39
  • chore(package-json): update lerna publish commands (#38) (9d4ca43), closes #38
  • chore(README): fix bad-good example (e578101)
  • chore(readme): VSCode ext legacy field (#42) (8196571), closes #42
  • chore(release): 1.0.0-rc.4 (#34) (06ecdae), closes #34
  • chore(release): v1.0.0-rc.5 (#37) (1fdf62e), closes #37
  • chore(rules): remove no-use-before-declare (b4cf8ff)
  • Docs: troubleshooting and toc (#40) (45d8553), closes #40
  • fix(eslint-plugin): fix dependency + add lerna (#35) (cf67afb), closes #35
  • fix(eslint): fix "@tinkoff/member-ordering" rule failing (#29) (a2964c0), closes #29
  • fix(eslint): fix again npm local module installation (#27) (70da4b1), closes #27
  • fix(eslint): fix npm local module installation (#26) (c983724), closes #26
  • fix(tslint-json): bases/tslint.json remove not used file + fix eof rule (bf5f025)
  • docs: add code highlighting to README.md (2c5e390)
  • docs: add codestyle badge (#10) (6878e78), closes #10
  • docs: add install command to README.md (3ea2ed1)
  • docs: fix prettier config filename typo (41f98e8)
  • docs: Fix suggested .lintstagedrc.json in README (f617d0a)
  • build: add travis config (c8b7c45)
  • build(deps): bump js-yaml from 3.12.1 to 3.13.1 (#20) (74b0fec), closes #20

Readme

Source

eslint-config-tinkoff

ESlint plugin includes Tinkoff rules for Angular applications.

Usage

Install from npm

npm i --save-dev @tinkoff/eslint-config @tinkoff/eslint-config-angular

Then, need to include necessary configurations sets to .eslintrc. Wee need to choose base configuration, and any necessary additional configs.

{
  "extends": ["@tinkoff/eslint-config/app", "@tinkoff/eslint-config-angular"]
}

Keywords

FAQs

Last updated on 20 Jul 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc