FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

Fix Typo #38

Closed Imti closed 10 years ago

Imti commented 10 years ago

Minor change: .edlint.json -> .eslint.json

Before:

This will create:

        README.md
        Gruntfile.js
        bower.json
        package.json

        .bowerrc
        .editorconfig
        .edlint.json
        .jscs.json

        app/index.html
        app/src/main.js
        app/src/requireConfig.js
        app/src/content/images/famous_symbol_transparent.png
        app/src/styles/app.css

After:

This will create:

        README.md
        Gruntfile.js
        bower.json
        package.json

        .bowerrc
        .editorconfig
        .eslint.json
        .jscs.json

        app/index.html
        app/src/main.js
        app/src/requireConfig.js
        app/src/content/images/famous_symbol_transparent.png
        app/src/styles/app.css
MylesBorins commented 10 years ago

Thanks!!!