Skip to content

Commit

Permalink
Merge pull request #27 from angellist/campriceaustin/add-at-symbol-im…
Browse files Browse the repository at this point in the history
…port-group

Add @ symbol import group
  • Loading branch information
campriceaustin authored Dec 4, 2024
2 parents f3bb0e2 + a1d7c9b commit a52f3f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### [0.1.7](https://github.com/angellist/eslint-config-angellist/compare/0.1.6...0.1.7) - 2024-12-04

* Add @ import group for Treasury

### [0.1.6](https://github.com/angellist/eslint-config-angellist/compare/0.1.5...0.1.6) - 2024-10-01

* Add Layout/TrailingEmptyLines rubocop rule
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
"error",
{
"groups": ["external", "internal", "object"],
"pathGroups": [{ "pattern": "~/**", "group": "internal" }],
"pathGroups": [{ "pattern": "~/**", "group": "internal" }, { "pattern": "@/**", "group": "internal" }],
"newlines-between": "always",
"alphabetize": { "order": "asc", "caseInsensitive": true },
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-angellist",
"version": "0.1.6",
"version": "0.1.7",
"description": "Sharable ESLint configuration for AngelList",
"repository": "https://github.com/angellist/eslint-config-angellist",
"main": "index.js",
Expand Down

0 comments on commit a52f3f6

Please sign in to comment.