Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glebec committed Feb 9, 2017
1 parent 54cad5b commit 237fd92
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"name": "eslint-config-fullstack",
"version": "2.6.0",
"description": "a complete starter ESLint config file to help students avoid errors and learn best practices",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/FullstackAcademy/eslint-config-fullstack.git"
},
"keywords": [
"eslint",
"eslintconfig",
"eslintrc",
"linter",
"lint",
"fullstack",
"gracehopper",
"academy",
"fsa",
"fs",
"gha",
"gh",
"educational"
],
"author": "Gabriel Lebec <[email protected]> (https://github.com/glebec)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FullstackAcademy/eslint-config-fullstack/issues"
},
"homepage": "https://github.com/FullstackAcademy/eslint-config-fullstack#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "~3.15.0",
"eslint-plugin-react": "~6.9.0",
"mocha": "^3.0.0"
},
"peerDependencies": {
"eslint": ">=3.12.1",
"eslint-plugin-react": ">=6.8.0"
}
"name": "eslint-config-fullstack",
"version": "2.7.0",
"description": "a complete starter ESLint config file to help students avoid errors and learn best practices",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/FullstackAcademy/eslint-config-fullstack.git"
},
"keywords": [
"eslint",
"eslintconfig",
"eslintrc",
"linter",
"lint",
"fullstack",
"gracehopper",
"academy",
"fsa",
"fs",
"gha",
"gh",
"educational"
],
"author": "Gabriel Lebec <[email protected]> (https://github.com/glebec)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FullstackAcademy/eslint-config-fullstack/issues"
},
"homepage": "https://github.com/FullstackAcademy/eslint-config-fullstack#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "~3.15.0",
"eslint-plugin-react": "~6.9.0",
"mocha": "^3.0.0"
},
"peerDependencies": {
"eslint": ">=3.12.1",
"eslint-plugin-react": ">=6.8.0"
}
}

0 comments on commit 237fd92

Please sign in to comment.