Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Miscellaneous QoL repo updates (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Feb 29, 2024
1 parent 485018b commit d23765c
Show file tree
Hide file tree
Showing 6 changed files with 942 additions and 762 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
extends: "./packages/eslint-config-terra/eslint.config.js"
overrides:
- files:
- "./packages/terra-functional-testing/tests/mocha/services/wdio-visual-regression-service/**/*.js"
env:
mocha: true
node: true
rules:
prefer-arrow-callback: off
func-names: off
space-before-function-paren: off
import/no-extraneous-dependencies:
- "error"
- devDependencies: true
80 changes: 19 additions & 61 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,67 +1,25 @@
# From https://github.com/github/gitignore
# - Node.gitignore
# - Ruby.gitignore
# - Sass.gitignore

*.bridgesupport
*.css.map
*.gem
# local-files
*.log
*.pid
*.pid.lock
*.rbc
*.seed
.dat*
.grunt
.lock-wscript
.node_repl_history
.npm
.nyc_output
.repl_history
.rvmrc
.sass-cache/
/.bundle/
/.config
/.yardoc/
/_yardoc/
/coverage/
/doc/
/InstalledFiles
/lib/bundler/man/
/pkg/
/rdoc/
/spec/examples.txt
/spec/reports/
/test/tmp/
/test/version_tmp/
tmp
/vendor/bundle
build-iPhoneOS/
build-iPhoneSimulator/
build/
dist/
build/Release
coverage
jspm_packages
lib-cov
logs
node_modules
npm-debug.log*
pids
reports
screenshots
target
**/wdio/__snapshots__/screen
**/wdio/__snapshots__/latest
**/wdio/__snapshots__/diff
**/wdio/__snapshots__/error
errorScreenshots
**/aggregated-translations/*.*
generated-themes
# package-lock.json
*.tgz
packages/**/package-lock.json

# local folders
.fleet
.idea
.vscode
.DS_Store

# generated folders
aggregated-translations
generated-themes
lib
node_modules
reports
**/__snapshots__/latest
**/__snapshots__/error
**/__snapshots__/diff

# path exceptions to include:
!/packages/terra-cli/tests/jest/fixtures/*/node_modules/
!/packages/terra-cli/tests/jest/fixtures/**/lib/
!/packages/duplicate-package-checker-webpack-plugin/tests/jest/**/node_modules/
.idea
3 changes: 0 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ module.exports = (api) => {
'@babel/preset-react',
],
plugins: [
'@babel/plugin-syntax-async-generators',
'@babel/transform-regenerator',
'@babel/transform-runtime',
'@babel/plugin-proposal-object-rest-spread',
],
};
};
Loading

0 comments on commit d23765c

Please sign in to comment.