Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "env": {
- "browser": true,
- "es6": true
- },
- "extends": "airbnb-base",
- "globals": {
- "Atomics": "readonly",
- "SharedArrayBuffer": "readonly"
- },
- "parserOptions": {
- "ecmaVersion": 2018,
- "sourceType": "module"
- },
- "rules": {
- "consistent-return": "off",
- "no-console": "off",
- "no-else-return": "off",
- "no-plusplus": "off",
- "no-undef": "off",
- "no-use-before-define": "off",
- "quotes": ["error", "single"]
- }
- }
- ---------------------------------------------------------------------
- "editor.codeActionsOnSave": {
- "source.fixAll": false,
- "source.fixAll.eslint": true
- },
Advertisement
Add Comment
Please, Sign In to add comment