codersforcauses / FoGUWA

A PWA for the FoGUWA community to display an interactive map when the members go on tours
MIT License
9 stars 3 forks source link

Bug/ Code climate not configured correctly #27

Closed Drewbi closed 4 years ago

Drewbi commented 4 years ago

Code climate is using ES5 parsing and thinks all of the consts are invalid.

"parserOptions": {
        "ecmaVersion": 2017
    },

    "env": {
        "es6": true
    }

It might help to add this to the eslint config ^ From this post

Drewbi commented 4 years ago

Didn't work, Fixed the const problem but now it's bugging out with node stuff.

Drewbi commented 4 years ago

Thanks @JeremiahPinto, All working now