-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleaned up repo for client-modules removal (#2137)
* chore: cleaned up repo for client-modules removal * Correct tsconfig.json extension
- Loading branch information
Josh Goldberg
authored
Oct 26, 2021
1 parent
99c58ed
commit 541086b
Showing
42 changed files
with
5,347 additions
and
5,556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
module.exports = require('./packages/prettier-config'); | ||
module.exports = require('@codecademy/prettier-config'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "client-modules", | ||
"name": "gamut", | ||
"private": true, | ||
"description": "Modules and components for Codecademy", | ||
"version": "1.2.0", | ||
|
@@ -29,7 +29,7 @@ | |
}, | ||
"lint-staged": { | ||
"**/*.{mdx,js,ts,tsx,json}": [ | ||
"eslint-fix", | ||
"node_modules/@codecademy/eslint-config/bin/eslint-fix.js", | ||
"prettier --ignore-path .prettierignore --write" | ||
], | ||
"**/*.{css,scss}": [ | ||
|
@@ -38,7 +38,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:Codecademy/client-modules.git" | ||
"url": "[email protected]:Codecademy/gamut.git" | ||
}, | ||
"workspaces": { | ||
"packages": [ | ||
|
@@ -61,6 +61,9 @@ | |
"@babel/cli": "7.13.10", | ||
"@babel/core": "7.13.10", | ||
"@babel/preset-typescript": "^7.13.0", | ||
"@codecademy/eslint-config": "^5.4.0", | ||
"@codecademy/prettier-config": "^0.1.10", | ||
"@codecademy/tsconfig": "^0.2.0", | ||
"@emotion/babel-plugin": "^11.3.0", | ||
"@emotion/jest": "^11.3.0", | ||
"@emotion/react": "^11.4.0", | ||
|
Oops, something went wrong.