angelozerr / tern-eslint

Tern Plugin to validate JS files with ESLint
https://github.com/eslint/eslint
MIT License
10 stars 6 forks source link

Tern Eslint Config #13

Open OrbX-zz opened 7 years ago

OrbX-zz commented 7 years ago

Hi,

Can we use with tern-eslint a pre-made configuration like that in our configuration file : { extends": "airbnb" } if already installed with node ?

axelwathne commented 7 years ago

I expect you mean from a .eslintrc file? That would be nice. Currently it accepts a eslint.json file only.

fedde-s commented 7 years ago

Where do I place the eslint.json file? There seem to be no widgets at all under the Preferences pane for JavaScript → Tern → Validation.