-
- Téléchargements
Upgrade ESLint to version 4.x (#6276)
parent
fb16c37d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- .codeclimate.yml 1 ajout, 0 suppression.codeclimate.yml
- .eslintrc.yml 12 ajouts, 7 suppressions.eslintrc.yml
- app/javascript/mastodon/components/attachment_list.js 2 ajouts, 2 suppressionsapp/javascript/mastodon/components/attachment_list.js
- app/javascript/mastodon/components/collapsable.js 2 ajouts, 2 suppressionsapp/javascript/mastodon/components/collapsable.js
- app/javascript/mastodon/components/icon_button.js 2 ajouts, 2 suppressionsapp/javascript/mastodon/components/icon_button.js
- app/javascript/mastodon/components/status.js 10 ajouts, 8 suppressionsapp/javascript/mastodon/components/status.js
- app/javascript/mastodon/features/account/components/header.js 2 ajouts, 2 suppressions...javascript/mastodon/features/account/components/header.js
- app/javascript/mastodon/features/account_gallery/index.js 2 ajouts, 2 suppressionsapp/javascript/mastodon/features/account_gallery/index.js
- app/javascript/mastodon/features/compose/components/privacy_dropdown.js 2 ajouts, 2 suppressions.../mastodon/features/compose/components/privacy_dropdown.js
- app/javascript/mastodon/features/compose/components/search_results.js 2 ajouts, 2 suppressions...pt/mastodon/features/compose/components/search_results.js
- app/javascript/mastodon/features/compose/index.js 2 ajouts, 2 suppressionsapp/javascript/mastodon/features/compose/index.js
- app/javascript/mastodon/features/compose/util/url_regex.js 96 ajouts, 96 suppressionsapp/javascript/mastodon/features/compose/util/url_regex.js
- app/javascript/mastodon/features/emoji/__tests__/emoji-test.js 2 ajouts, 2 suppressions...avascript/mastodon/features/emoji/__tests__/emoji-test.js
- app/javascript/mastodon/features/list_editor/index.js 2 ajouts, 2 suppressionsapp/javascript/mastodon/features/list_editor/index.js
- app/javascript/mastodon/features/ui/components/column_header.js 1 ajout, 1 suppression...vascript/mastodon/features/ui/components/column_header.js
- app/javascript/mastodon/features/ui/components/modal_root.js 5 ajouts, 7 suppressionsapp/javascript/mastodon/features/ui/components/modal_root.js
- app/javascript/mastodon/features/ui/components/upload_area.js 2 ajouts, 2 suppressions...javascript/mastodon/features/ui/components/upload_area.js
- package.json 5 ajouts, 5 suppressionspackage.json
- yarn.lock 257 ajouts, 240 suppressionsyarn.lock
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
"manage:translations": "node ./config/webpack/translationRunner.js", | "manage:translations": "node ./config/webpack/translationRunner.js", | ||
"start": "node ./streaming/index.js", | "start": "node ./streaming/index.js", | ||
"test": "npm run test:lint && npm run test:jest", | "test": "npm run test:lint && npm run test:jest", | ||
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/", | "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ streaming/", | ||
"test:jest": "cross-env NODE_ENV=test jest --coverage", | "test:jest": "cross-env NODE_ENV=test jest --coverage", | ||
"postinstall": "npm rebuild node-sass" | "postinstall": "npm rebuild node-sass" | ||
}, | }, | ||
... | @@ -120,13 +120,13 @@ | ... | @@ -120,13 +120,13 @@ |
"websocket.js": "^0.1.12" | "websocket.js": "^0.1.12" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"babel-eslint": "^7.2.3", | "babel-eslint": "^8.2.1", | ||
"enzyme": "^3.2.0", | "enzyme": "^3.2.0", | ||
"enzyme-adapter-react-16": "^1.1.0", | "enzyme-adapter-react-16": "^1.1.0", | ||
"eslint": "^3.19.0", | "eslint": "^4.15.0", | ||
"eslint-plugin-import": "^2.8.0", | "eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-jsx-a11y": "^4.0.0", | "eslint-plugin-jsx-a11y": "^5.1.1", | ||
"eslint-plugin-react": "^6.10.3", | "eslint-plugin-react": "^7.5.1", | ||
"jest": "^21.2.1", | "jest": "^21.2.1", | ||
"raf": "^3.4.0", | "raf": "^3.4.0", | ||
"react-intl-translations-manager": "^5.0.0", | "react-intl-translations-manager": "^5.0.0", | ||
... | ... |
Veuillez vous inscrire ou vous se connecter pour commenter