Skip to content

Commit

Permalink
perf(update): update repo using modern version of generator #95 #96
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Jul 17, 2023
1 parent 08ca6c7 commit a9143a0
Show file tree
Hide file tree
Showing 78 changed files with 29,904 additions and 31,986 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# Matches multiple files with brace expansion notation
# Set default charset
charset = utf-8

# Indentation override for all JS under lib directory
indent_style = space
indent_size = 2
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@aurodesignsystem/eslint-config"
]
}
244 changes: 0 additions & 244 deletions .eslintrc.js

This file was deleted.

11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax

# The Auro team will be the default owners for everything in the repo.
* @AlaskaAirlines/generalauroreviewers

# Order is important. The last matching pattern has the most precedence.
# If a pull request touches any files in the ./src dir, only these owners
# will be requested to review.
./src/* @AlaskaAirlines/auroteamreviewers
Loading

0 comments on commit a9143a0

Please sign in to comment.