├── package.json └── readme.md /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "linter-alex", 3 | "version": "7.0.0", 4 | "repository": "https://github.com/get-alex/atom-linter-alex", 5 | "bugs": "https://github.com/get-alex/atom-linter-alex/issues" 6 | } 7 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # atom-linter-alex 2 | 3 | Deprecated. 4 | [Atom is archived](https://github.blog/2022-06-08-sunsetting-atom/). 5 | 6 | [Git is still intact](https://github.com/get-alex/atom-linter-alex/tree/b9f58d4). 7 | --------------------------------------------------------------------------------