• Ville Immonen's avatar
    Create a shareable ESLint configuration package (#689) · a2d0469c
    Ville Immonen authored
    * Move ESLint configuration to a separate package
    
    * Remove the ESLint configuration, moved to eslint-config-react-app
    
    * Update ESLint instructions
    
    * Pin the package versions in eslint-config-react-app
    
    * Add a README for eslint-config-react-app
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update package.json
    
    * Update package.json
    
    * Update production eslint-loader config
    
    * Add the ESLint config to devDependencies of the repo
    a2d0469c
.eslintrc 276 bytes
  "extends": "eslint:recommended",
  "env": {
    "browser": true,
    "commonjs": true,
    "node": true,
    "es6": true
  },
  "parserOptions": {
    "ecmaVersion": 6
  "rules": {
    "no-console": "off",
    "strict": ["error", "global"],
    "curly": "warn"