mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
22 lines
1.3 KiB
Plaintext
22 lines
1.3 KiB
Plaintext
|
{
|
||
|
// ╔═╗╔═╗╦ ╦╔╗╔╔╦╗┬─┐┌─┐ ┌─┐┬ ┬┌─┐┬─┐┬─┐┬┌┬┐┌─┐
|
||
|
// ║╣ ╚═╗║ ║║║║ ║ ├┬┘│ │ │└┐┌┘├┤ ├┬┘├┬┘│ ││├┤
|
||
|
// o╚═╝╚═╝╩═╝╩╝╚╝ ╩ ┴└─└─┘ └─┘ └┘ └─┘┴└─┴└─┴─┴┘└─┘
|
||
|
// ┌─ ┌─┐┌─┐┬─┐ ┬┌┐┌┬ ┬┌┐┌┌─┐ ┌─┐┌─┐┬─┐┬┌─┐┌┬┐ ┌┬┐┌─┐┌─┐┌─┐ ─┐
|
||
|
// │ ├┤ │ │├┬┘ │││││ ││││├┤ └─┐│ ├┬┘│├─┘ │ │ ├─┤│ ┬└─┐ │
|
||
|
// └─ └ └─┘┴└─ ┴┘└┘┴─┘┴┘└┘└─┘ └─┘└─┘┴└─┴┴ ┴ ┴ ┴ ┴└─┘└─┘ ─┘
|
||
|
// > An .eslintrc configuration override for use in the `views/` directory.
|
||
|
//
|
||
|
// (This works just like assets/.eslintrc, with one minor addition)
|
||
|
//
|
||
|
// For more information see:
|
||
|
// https://sailsjs.com/anatomy/views/.eslintrc
|
||
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
"extends": [
|
||
|
"../assets/.eslintrc"
|
||
|
],
|
||
|
"rules": {
|
||
|
"eol-last": [0]
|
||
|
}
|
||
|
}
|