File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
+ .idea
Original file line number Diff line number Diff line change 1
1
// Use this file as a starting point for your project's .eslintrc.
2
2
// Copy this file, and add rule overrides as needed.
3
3
{
4
- "extends": "airbnb"
4
+ "extends": "evozonjs",
5
5
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Our `.eslintrc` requires the following NPM packages:
4
4
5
5
```
6
6
npm install --save-dev \
7
- eslint-config-airbnb \
7
+ eslint-config-evozonjs \
8
8
eslint \
9
9
babel-eslint \
10
10
eslint-plugin-react
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " airbnb -style" ,
3
- "version" : " 2 .0.0" ,
4
- "description" : " A mostly reasonable approach to JavaScript. " ,
2
+ "name" : " evozonjs -style" ,
3
+ "version" : " 1 .0.0" ,
4
+ "description" : " A mostly reasonable approach to JavaScript forked from airbnb-style " ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1" ,
7
7
"publish-all" : " npm publish && cd ./packages/eslint-config-airbnb && npm publish"
20
20
" jsx"
21
21
],
22
22
"author" : " Harrison Shoff <hi@hshoff.com> (https://twitter.com/hshoff)" ,
23
+ "contributors" : [
24
+ {
25
+ "name" : " Alex Pausan" ,
26
+ "url" : " https://github.com/alexpausan"
27
+ },
28
+ {
29
+ "name" : " Robert Richter" ,
30
+ "url" : " https://github.com/robi-richter"
31
+ }
32
+ ],
23
33
"license" : " MIT" ,
24
34
"bugs" : {
25
35
"url" : " https://github.com/evozonjs/javascript/issues"
You can’t perform that action at this time.
0 commit comments