eslint-config-universe icon indicating copy to clipboard operation
eslint-config-universe copied to clipboard

Moved to https://github.com/expo/expo/tree/master/packages/eslint-config-universe

Results 4 eslint-config-universe issues
Sort by recently updated
recently updated
newest added

I have initialized a node project. I saw eslint-config-universe and thought of using it for my node lint config. I have installed the required dependencies: ``` "devDependencies": { "eslint-config-universe": "^2.0.0",...

Plugin requires that typescript is installed even if you arent using typescript, is there a way to decouple this?

after the following Installation steps, my current code looks **package.json** ``` { "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start...

Hello ! I have a problem when I'm trying to write es7 decorators. I have this error with this command `./node_modules/.bin/eslint pages/login.js `: ``` Cannot read property 'type' of undefined...