Skip to content

Commit

Permalink
DEP Upgrade frontend build stack (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 31, 2023
1 parent 5a7b89d commit aae6510
Show file tree
Hide file tree
Showing 35 changed files with 7,015 additions and 657 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{*.yml,package.json}]
[{*.yml,*.scss,*.js,package.json}]
indent_size = 2

# The indent size used in the package.json file cannot be changed:
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@silverstripe/eslint-config/.eslintrc');
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
node_modules/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
6 changes: 6 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}
Loading

0 comments on commit aae6510

Please sign in to comment.