1
1
mirror of https://github.com/primer/css.git synced 2024-08-17 04:00:28 +03:00

roll back these changes

This commit is contained in:
Jon Rohan 2021-03-25 13:43:57 -07:00
parent 774ab307b6
commit 365d0eb8b9
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
7 changed files with 50 additions and 14969 deletions

View File

@ -1,5 +1,6 @@
{
"extends": [
"plugin:github/es6",
"plugin:github/recommended"
],
"env": {

View File

@ -1,5 +1,6 @@
{
"extends": [
"plugin:github/react",
"plugin:jsx-a11y/recommended"
],
"rules": {

43
package-lock.json generated
View File

@ -2826,6 +2826,25 @@
}
}
},
"@changesets/changelog-github": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@changesets/changelog-github/-/changelog-github-0.3.0.tgz",
"integrity": "sha512-b+/QeTtJnn+s/rhZtS3dDg4tgNiiKmQlfZU7onLfFkn7HhINVoBsVSjWJh0fsVRv+OfKhSErv0i15/3kvyhTpg==",
"dev": true,
"requires": {
"@changesets/get-github-info": "^0.5.0",
"@changesets/types": "^3.0.0",
"dotenv": "^8.1.0"
},
"dependencies": {
"dotenv": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==",
"dev": true
}
}
},
"@changesets/cli": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/@changesets/cli/-/cli-2.14.1.tgz",
@ -3299,6 +3318,30 @@
}
}
},
"@changesets/get-github-info": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@changesets/get-github-info/-/get-github-info-0.5.0.tgz",
"integrity": "sha512-vm5VgHwrxkMkUjFyn3UVNKLbDp9YMHd3vMf1IyJoa/7B+6VpqmtAaXyDS0zBLfN5bhzVCHrRnj4GcZXXcqrFTw==",
"dev": true,
"requires": {
"dataloader": "^1.4.0",
"node-fetch": "^2.5.0"
},
"dependencies": {
"dataloader": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/dataloader/-/dataloader-1.4.0.tgz",
"integrity": "sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==",
"dev": true
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==",
"dev": true
}
}
},
"@changesets/get-release-plan": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@changesets/get-release-plan/-/get-release-plan-2.0.1.tgz",

View File

@ -55,9 +55,8 @@
"css-loader": "1.0.0",
"cssstats": "3.3.0",
"details-dialog-element": "^1.4.0",
"eslint": "^7.22.0",
"eslint-plugin-github": "^4.1.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint": "4.19.1",
"eslint-plugin-github": "1.0.0",
"filesize": "4.1.2",
"fs-extra": "^4.0.2",
"gh-pages": "^1.0.0",

1
prettier.config.js Normal file
View File

@ -0,0 +1 @@
module.exports = require('eslint-plugin-github/prettier.config')

View File

@ -1,5 +1,5 @@
#!/bin/bash -e
npm run stylelint
npm run stylelint -- --report-needless-disables
# npm run eslint
# npm run eslint-docs
npm run eslint
npm run eslint-docs

14964
yarn.lock

File diff suppressed because it is too large Load Diff