This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
signal-desktop
Watch
2
Star
0
Fork
You've already forked signal-desktop
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cb9a7f79d1
signal-desktop
/
js
/
.eslintrc
10 lines
111 B
Text
Raw
Normal View
History
Unescape
Escape
Move ESLint environment configuration into `.eslintrc` (#2051)
2018-02-15 20:12:20 +00:00
{
"env": {
"browser": true,
"node": false
},
Auto-fixes: UX Improvements (#2077) * Whitelist `conversation_search_view` for ESLint * Autofix `conversation_search_view` * Remove Vim modeline * Whitelist globals for ESLint * Ignore unnamed module IIFE * Whitelist legacy `then` expressions * Extract `isSearchable` Fixes line length violations. * Remove unused constant * Remove unnecessary escaping for parens Suggested by ESLint `no-useless-escape` rule. * :art: Organize file list * Whitelist `inbox_view` for ESLint * Autofix `inbox_view` * Remove Vim modeline * Add function names * Whitelist globals for ESLint * Fix lint errors * :abc: `options` properties * :art: Improve `then` chain formatting * Consider `js/*.js` files as scripts not modules Forces use of 'use strict' directive per ESLint. * Ignore unnamed module IIFE * Fix function argument line breaks
2018-03-02 20:54:15 +00:00
"parserOptions": {
"sourceType": "script"
}
Move ESLint environment configuration into `.eslintrc` (#2051)
2018-02-15 20:12:20 +00:00
}
Reference in a new issue
Copy permalink