Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisco/hr
Checking out HackerRank.com
https://github.com/chrisco/hr
Last synced: 8 days ago
JSON representation
Checking out HackerRank.com
- Host: GitHub
- URL: https://github.com/chrisco/hr
- Owner: chrisco
- Created: 2016-10-27T16:42:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T23:05:23.000Z (about 8 years ago)
- Last Synced: 2024-03-17T06:22:50.267Z (8 months ago)
- Language: Java
- Homepage: http://hackerrank.com
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker Rank
Trying HackerRank's [30 Days of Code Challenges](https://www.hackerrank.com/domains/tutorials/30-days-of-code) in Java.
## ESLint Install and Config
__STEP 1:__ ```$ npm install --save-dev eslint babel-eslint eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-import@^1.16.0```
__STEP 2:__ Create and edit .eslintrc .jsbeautifyrc files.
__STEP 3:__ $ Create .gitignore and add “node_modules” to it.