GitXplorerGitXplorer
i

eslint-config-flexshopper

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
603cfbed21e479fe9bfeb82498e119fab48677ae

regretion

iitaloacasas committed 8 years ago
Unverified
3a2164b313dc8b82dcb9daa690a2373aa1d4135c

removing console.log warn

iitaloacasas committed 8 years ago
Unverified
3b3677d6565b18e5ea89754e8f6d2ec605f79457

cleaning readme

iitaloacasas committed 8 years ago
Unverified
6e3ec07cb3106ff33c5af60a7be49929d53711a4

fixing some bugs

iitaloacasas committed 8 years ago
Unverified
ef0d163e89176c21f2a7024684d3091725a7b51f

Merge pull request #39 from FlexShopper/v3

jjohngills committed 8 years ago
Unverified
64ee6ae9c171b3e6496dc89a2593c0d370665207

max-len 120

iitaloacasas committed 8 years ago

README

The README file for this repository.

Npm Version Dependencies Dev dependencies

NPM

Usage

  • npm install --save-dev @flexshopper/eslint-config-flexshopper

  • extend the config in package.json:

Node Projects

"eslintConfig": {
    "extends": "@flexshopper/flexshopper"
}

Angular Projects

"eslintConfig": {
    "extends": "@flexshopper/flexshopper/angular"
}

License

(The MIT License)

Copyright (c) 2015-2016 FlexShopper L.L.C

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.