mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'dev'
This commit is contained in:
@@ -5,3 +5,23 @@
|
||||
*It should further show how to use only selected rules (or link to the page of the ESLint documentation)*
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
Minimal configuration should look like this:
|
||||
|
||||
```js
|
||||
{
|
||||
"env": {
|
||||
"es6": true,
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"meteor": true
|
||||
},
|
||||
"plugins": [
|
||||
"meteor"
|
||||
]
|
||||
"extends": [
|
||||
'plugin:meteor/recommended',
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user